diff --git a/shell/scripts/launch.js b/shell/scripts/launch.js index b618c3297..d50522674 100644 --- a/shell/scripts/launch.js +++ b/shell/scripts/launch.js @@ -17,7 +17,7 @@ switch (process.platform) { execPath += '/Atom.app/Contents/MacOS/Atom'; break; case 'win32': - execPath += '\\atom-shell\\atom.exe' + execPath += '\\atom.exe' break; default: console.log('Platform not supported.');