mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
develop in win-x64
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
set npm_config_disturl="https://atom.io/download/electron"
|
||||
for /f "tokens=2 delims=:, " %%a in ('findstr /R /C:"\"electronVersion\":.*" "%~dp0..\package.json"') do set npm_config_target=%%~a
|
||||
set npm_config_arch="ia32"
|
||||
set npm_config_runtime="electron"
|
||||
set HOME=~\.electron-gyp
|
||||
|
||||
set npm_config_cache=~\.npm-electron
|
||||
npm %*
|
||||
|
||||
endlocal
|
||||
|
||||
Reference in New Issue
Block a user