Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Jul 17, 2019
1 parent fd42c0c commit 4af3dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function insidersDownloadDirToExecutablePath(dir: string) {
if (process.platform === 'win32') {
return path.resolve(dir, 'Code - Insiders.exe');
} else if (process.platform === 'darwin') {
return path.resolve(dir, 'Visual Studio Code - Insiders.app/Resources/app/bin/code');
return path.resolve(dir, 'Visual Studio Code - Insiders.app/Contents/Resources/app/bin/code');
} else {
return path.resolve(dir, 'VSCode-linux-x64/code-insiders');
}
Expand Down

0 comments on commit 4af3dc5

Please sign in to comment.