Skip to content

Commit

Permalink
win32: customize plain electron for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Aug 9, 2016
1 parent 3eafa6d commit 312a53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/code.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 312a53e

Please sign in to comment.