fix linux npm run shell
This commit is contained in:
parent
e7c5addfab
commit
b27b2041b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue