Skip to content

Commit 2db3302

Browse files
committed
do not rename electron.exe
1 parent 73e190e commit 2db3302

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

build/gulpfile.vscode.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ var config = {
108108
darwinBundleDocumentTypes: product.darwinBundleDocumentTypes,
109109
darwinCredits: darwinCreditsTemplate ? new Buffer(darwinCreditsTemplate({ commit: commit, date: new Date().toISOString() })) : void 0,
110110
winIcon: product.icons.application.ico,
111-
win32ExeBasename: product.win32ExeBasename,
112111
token: process.env['GITHUB_TOKEN'] || void 0
113112
};
114113

product.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"nameShort": "Code [OSS Build]",
33
"nameLong": "Code [OSS Build]",
4-
"win32ExeBasename": "CodeOSS",
54
"win32MutexName": "vscodeoss",
65
"companyName": "Microsoft Corporation",
76
"copyright": "Copyright (C) 2015 Microsoft. All rights reserved",

scripts/code.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set ELECTRON_ENABLE_LOGGING=1
2020
set ELECTRON_ENABLE_STACK_DUMPING=1
2121

2222
:: Launch Code
23-
.\.build\electron\CodeOSS.exe . %*
23+
.\.build\electron\electron.exe . %*
2424
popd
2525

2626
:: Unset environment variables after we are done

scripts/test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
44

55
pushd %~dp0\..
6-
.\.build\electron\CodeOSS.exe .\node_modules\mocha\bin\_mocha %*
6+
.\.build\electron\electron.exe .\node_modules\mocha\bin\_mocha %*
77
popd

0 commit comments

Comments
 (0)