Skip to content

Commit c749624

Browse files
committed
Install builtInExtensions on windows too
1 parent 08046c3 commit c749624

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/code.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ set CODE=".build\electron\%NAMESHORT%"
1717
node build\lib\electron.js
1818
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
1919

20+
:: Get built-in extensions
21+
node build\lib\builtInExtensions.js || .\node_modules\.bin\gulp builtInExtensions
22+
2023
:: Build
2124
if not exist out node .\node_modules\gulp\bin\gulp.js compile
2225

0 commit comments

Comments
 (0)