fix execPath for win32 copay shell
This commit is contained in:
parent
b27b2041b4
commit
54015a4a28
1 changed files with 1 additions and 1 deletions
|
|
@ -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.');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue