We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c882d commit 4fa8345Copy full SHA for 4fa8345
1 file changed
scripts/code.bat
@@ -13,9 +13,8 @@ set NAMESHORT=%NAMESHORT: "=%
13
set NAMESHORT=%NAMESHORT:"=%.exe
14
set CODE=".build\electron\%NAMESHORT%"
15
16
-:: Download Electron if needed
17
-node build\lib\electron.js
18
-if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
+:: Get electron
+call yarn electron
19
20
:: Manage built-in extensions
21
if "%1"=="--builtin" goto builtin
0 commit comments