develop in win-x64

This commit is contained in:
Joao Moreno 2017-05-18 14:55:12 +02:00
parent 000905e284
commit b244b1483c

View file

@ -1,12 +1,8 @@
@echo off @echo off
setlocal setlocal
set npm_config_disturl="https://atom.io/download/electron" 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 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 npm_config_runtime="electron"
set HOME=~\.electron-gyp set npm_config_cache=~\.npm-electron
npm %* npm %*
endlocal endlocal