some electron deprecation fixes

This commit is contained in:
Benjamin Pasero
2017-05-11 07:54:36 +02:00
parent 9cce34d949
commit 5057c95e6b
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
@echo off
setlocal
set npm_config_disturl="https://atom.io/download/atom-shell"
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
set npm_config_arch="ia32"
set npm_config_runtime="electron"