win32: customize plain electron for dev

pull/60363/head
João Moreno 2016-08-09 11:11:28 +02:00
parent 3eafa6db3b
commit 312a53ef2c
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ pushd %~dp0\..
if not exist node_modules call .\scripts\npm.bat install
:: Get electron
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
:: Build
if not exist out node .\node_modules\gulp\bin\gulp.js compile
@ -23,7 +23,7 @@ set ELECTRON_ENABLE_LOGGING=1
set ELECTRON_ENABLE_STACK_DUMPING=1
:: Launch Code
.\.build\electron\electron.exe . %*
.\.build\electron\code-oss-dev.exe . %*
popd
endlocal