Windows build fix
This commit is contained in:
parent
6c8b4e1fb2
commit
f2d13148a3
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ if %errorlevel% neq 0 exit /b %errorlevel%
|
|||
echo "Deploying..."
|
||||
|
||||
mkdir "%OUT_APP_DIR%"
|
||||
copy "%WORK_DIR%\service\server\%APP_NAME%-service.exe" "%OUT_APP_DIR%"
|
||||
copy "%WORK_DIR%\client\%APP_FILENAME%" "%OUT_APP_DIR%"
|
||||
copy "%WORK_DIR%\service\server\release\%APP_NAME%-service.exe" "%OUT_APP_DIR%"
|
||||
rem copy "%WORK_DIR%\client\%APP_FILENAME%" "%OUT_APP_DIR%"
|
||||
|
||||
|
||||
echo "Signing exe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue