Files
vscode/resources/server/bin/remote-cli/code.cmd
2022-01-20 13:36:46 +01:00

6 lines
172 B
Batchfile

@echo off
setlocal
set ROOT_DIR=%~dp0..\..
call "%ROOT_DIR%\node.exe" "%ROOT_DIR%\out\server-cli.js" "@@APPNAME@@" "@@VERSION@@" "@@COMMIT@@" "@@APPNAME@@.cmd" %*
endlocal