Skip to content

Commit 4fa8345

Browse files
committed
Aligns with bash version
1 parent 84c882d commit 4fa8345

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

scripts/code.bat

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ set NAMESHORT=%NAMESHORT: "=%
1313
set NAMESHORT=%NAMESHORT:"=%.exe
1414
set CODE=".build\electron\%NAMESHORT%"
1515

16-
:: Download Electron if needed
17-
node build\lib\electron.js
18-
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
16+
:: Get electron
17+
call yarn electron
1918

2019
:: Manage built-in extensions
2120
if "%1"=="--builtin" goto builtin

0 commit comments

Comments
 (0)