fix linux npm run shell

This commit is contained in:
Gordon Hall 2014-06-06 14:30:07 -04:00
parent e7c5addfab
commit b27b2041b4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ var spawn = require('child_process').spawn;
// update execPath with platform specific binary locations // update execPath with platform specific binary locations
switch (process.platform) { switch (process.platform) {
case 'linux': case 'linux':
execPath += '/atom-shell/atom'; execPath += '/atom';
break; break;
case 'darwin': case 'darwin':
execPath += '/Atom.app/Contents/MacOS/Atom'; execPath += '/Atom.app/Contents/MacOS/Atom';