Skip to content

Commit

Permalink
fixing conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Nov 9, 2015
1 parent 2446ccb commit 47fe188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ function Env(input, output, settings, cli) {
this.core.tmp = join(this.os.tmp, 'electrify');
this.core.root = join(this.core.tmp, 'core');

// meteor's info from system (only in development)
if(this.is_development_mode) {
// meteor's info from system (only when not packaged yet)
if(this.app.isnt_packaged) {

var meteor_dir, meteor_bat, meteor_symlink;

Expand Down

0 comments on commit 47fe188

Please sign in to comment.