mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
some electron deprecation fixes
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user