fix execPath for win32 copay shell

This commit is contained in:
Gordon Hall 2014-06-09 07:10:56 -07:00
parent b27b2041b4
commit 54015a4a28
1 changed files with 1 additions and 1 deletions

View File

@ -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.');