void/resources/server/bin/remote-cli/code.cmd
2024-09-10 19:37:36 -07:00

5 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