This commit is contained in:
Joao Moreno 2017-03-01 10:46:43 +01:00
parent 21d2517768
commit 58ec3f08c0

View file

@ -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