We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eafa6d commit 312a53eCopy full SHA for 312a53e
1 file changed
scripts/code.bat
@@ -9,7 +9,7 @@ pushd %~dp0\..
9
if not exist node_modules call .\scripts\npm.bat install
10
11
:: Get electron
12
-if not exist .build\electron node .\node_modules\gulp\bin\gulp.js electron
+if not exist .build\electron\code-oss-dev.exe node .\node_modules\gulp\bin\gulp.js electron
13
14
:: Build
15
if not exist out node .\node_modules\gulp\bin\gulp.js compile
@@ -23,7 +23,7 @@ set ELECTRON_ENABLE_LOGGING=1
23
set ELECTRON_ENABLE_STACK_DUMPING=1
24
25
:: Launch Code
26
-.\.build\electron\electron.exe . %*
+.\.build\electron\code-oss-dev.exe . %*
27
popd
28
29
endlocal
0 commit comments