Fix paths on Windows

This commit is contained in:
Alexandru Dima
2022-01-20 13:36:46 +01:00
parent 45633f34a9
commit e5167eb8f2
7 changed files with 7 additions and 7 deletions

View File

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