fdedcf53bb
Basic checks / Compilation, Unit and Integration Tests (push) Has been cancelled
Basic checks / Hygiene and Layering (push) Has been cancelled
Basic checks / Warm up node modules cache (push) Has been cancelled
Check Format and Lint / lint-and-format (push) Has been cancelled
8 lines
175 B
Batchfile
8 lines
175 B
Batchfile
@echo off
|
|
setlocal
|
|
set VSCODE_DEV=
|
|
set ELECTRON_RUN_AS_NODE=1
|
|
"%~dp0..\@@NAME@@.exe" "%~dp0..\resources\app\out\cli.js" %*
|
|
IF %ERRORLEVEL% NEQ 0 EXIT /b %ERRORLEVEL%
|
|
endlocal
|