ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE

This commit is contained in:
Benjamin Pasero
2016-07-02 08:39:01 +02:00
parent d54ff3ada6
commit 5d1affed4b
18 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
@echo off
setlocal
set VSCODE_DEV=
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
set ELECTRON_RUN_AS_NODE=1
call "%~dp0..\@@NAME@@.exe" "%~dp0..\resources\\app\\out\\cli.js" %*
endlocal