Skip to content

Commit 58ec3f0

Browse files
committed
1 parent 21d2517 commit 58ec3f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/npm.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setlocal
33

44
set npm_config_disturl="https://atom.io/download/atom-shell"
5-
for /f "tokens=2 delims=:, " %%a in ('findstr /R /C:"\"electronVersion\":.*" %~dp0..\package.json') do set npm_config_target=%%~a
5+
for /f "tokens=2 delims=:, " %%a in ('findstr /R /C:"\"electronVersion\":.*" "%~dp0..\package.json"') do set npm_config_target=%%~a
66
set npm_config_arch="ia32"
77
set npm_config_runtime="electron"
88
set HOME=~\.electron-gyp

0 commit comments

Comments
 (0)