Skip to content

Commit

Permalink
atom.exe is now up one more directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Dec 12, 2014
1 parent 43de383 commit eef6532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/win/atom.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var path = require('path');
var spawn = require('child_process').spawn;

var atomCommandPath = path.resolve(__dirname, '..', 'atom.exe');
var atomCommandPath = path.resolve(__dirname, '..', '..', 'atom.exe');
var arguments = process.argv.slice(2);
arguments.unshift('--executed-from', process.cwd());
var options = {detached: true, stdio: 'ignore'};
Expand Down

0 comments on commit eef6532

Please sign in to comment.