提交 c7496249 编写于 作者: R Rob Lourens

Install builtInExtensions on windows too

上级 08046c3a
......@@ -17,6 +17,9 @@ set CODE=".build\electron\%NAMESHORT%"
node build\lib\electron.js
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
:: Get built-in extensions
node build\lib\builtInExtensions.js || .\node_modules\.bin\gulp builtInExtensions
:: Build
if not exist out node .\node_modules\gulp\bin\gulp.js compile
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册