Skip to content

Commit b244b14

Browse files
committed
develop in win-x64
1 parent 000905e commit b244b14

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

scripts/npm.bat

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
@echo off
22
setlocal
3-
43
set npm_config_disturl="https://atom.io/download/electron"
54
for /f "tokens=2 delims=:, " %%a in ('findstr /R /C:"\"electronVersion\":.*" "%~dp0..\package.json"') do set npm_config_target=%%~a
6-
set npm_config_arch="ia32"
75
set npm_config_runtime="electron"
8-
set HOME=~\.electron-gyp
9-
6+
set npm_config_cache=~\.npm-electron
107
npm %*
11-
128
endlocal

0 commit comments

Comments
 (0)