4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-12 01:19:36 +00:00

Merge pull request from QuasarApp/task_712

Fix windows wrapper script
This commit is contained in:
Andrei Yankovich 2023-08-16 14:44:35 +03:00 committed by GitHub
commit 001cf345f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions
src/Deploy/src
ScriptsTemplates
deploy.cpp
submodules

@ -14,7 +14,7 @@
@echo off
SET BASE_DIR=%~dp0
SET PATH=%BASE_DIR%CQT_BIN_PATH;%BASE_DIR%CQT_LIB_PATH;%PATH%;CQT_SYSTEM_LIB_PATH
SET PATH=%BASE_DIR%CQT_BIN_PATH;%BASE_DIR%CQT_LIB_PATH;%PATH%;%BASE_DIR%CQT_SYSTEM_LIB_PATH
SET CQT_PKG_ROOT=%BASE_DIR%
SET CQT_RUN_FILE=%BASE_DIR%CQT_BASE_NAME.bat

@ -25,7 +25,8 @@ Deploy::Deploy() {
int Deploy::run() {
QuasarAppUtils::Settings::initService<QuasarAppUtils::Settings>();
QuasarAppUtils::Settings::initService();
if (!prepare()) {
return PrepareError;

@ -1 +1 @@
Subproject commit 9fcdeb42dd26f76c0be350e215c0fcf044e29879
Subproject commit a23bbe92689b472c69b73d0e49646de991a0390f