Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Nov 18, 2015
1 parent f1b948d commit 5fc7cc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.vscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var config = {
darwinBundleDocumentTypes: product.darwinBundleDocumentTypes,
darwinCredits: darwinCreditsTemplate ? new Buffer(darwinCreditsTemplate({ commit: commit, date: new Date().toISOString() })) : void 0,
winIcon: product.icons.application.ico,
win32ExeBasename: product.nameShort
win32ExeBasename: product.win32ExeBasename
};

gulp.task('electron', function () {
Expand Down
1 change: 1 addition & 0 deletions product.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"nameShort": "Code [OSS Build]",
"nameLong": "Code [OSS Build]",
"win32ExeBasename": "CodeOSS",
"companyName": "Microsoft Corporation",
"copyright": "Copyright (C) 2015 Microsoft. All rights reserved",
"darwinBundleIdentifier": "code.visualstudio.com.Code",
Expand Down
2 changes: 1 addition & 1 deletion scripts/code.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ set ELECTRON_ENABLE_STACK_DUMPING=1

pushd %~dp0\..
node .\node_modules\gulp\bin\gulp.js electron
..\Electron-Build\Code.exe . %*
..\Electron-Build\CodeOSS.exe . %*
popd

0 comments on commit 5fc7cc2

Please sign in to comment.