code.cmd: don't use call as it substitites vars in arguments

This commit is contained in:
Martin Aeschlimann 2019-04-17 23:07:32 +02:00
parent 781074f36c
commit 0dc03a8281

View file

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