mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 12:10:22 -05:00
fixes #21576
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
setlocal
|
||||
|
||||
set npm_config_disturl="https://atom.io/download/atom-shell"
|
||||
for /f "tokens=2 delims=:, " %%a in ('findstr /R /C:"\"electronVersion\":.*" %~dp0..\package.json') do set npm_config_target=%%~a
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user