mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
adapt to code.exe
This commit is contained in:
@@ -8,8 +8,13 @@ pushd %~dp0\..
|
||||
:: Node modules
|
||||
if not exist node_modules call .\scripts\npm.bat install
|
||||
|
||||
for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a
|
||||
set NAMESHORT=%NAMESHORT: "=%
|
||||
set NAMESHORT=%NAMESHORT:"=%.exe
|
||||
set CODE=".build\electron\%NAMESHORT%"
|
||||
|
||||
:: Get electron
|
||||
if not exist .build\electron\code-oss-dev.exe node .\node_modules\gulp\bin\gulp.js electron
|
||||
if not exist %CODE% node .\node_modules\gulp\bin\gulp.js electron
|
||||
|
||||
:: Build
|
||||
if not exist out node .\node_modules\gulp\bin\gulp.js compile
|
||||
@@ -23,7 +28,7 @@ set ELECTRON_ENABLE_LOGGING=1
|
||||
set ELECTRON_ENABLE_STACK_DUMPING=1
|
||||
|
||||
:: Launch Code
|
||||
.\.build\electron\code-oss-dev.exe . %*
|
||||
%CODE% . %*
|
||||
popd
|
||||
|
||||
endlocal
|
||||
endlocal
|
||||
|
||||
Reference in New Issue
Block a user