Skip to content

Commit

Permalink
Merge pull request #767 from QuasarApp/task_712
Browse files Browse the repository at this point in the history
Fix windows wrapper script
  • Loading branch information
EndrII authored Aug 16, 2023
2 parents c6b01c4 + b7a6826 commit 001cf34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Deploy/src/ScriptsTemplates/windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion src/Deploy/src/deploy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Deploy::Deploy() {

int Deploy::run() {

QuasarAppUtils::Settings::initService<QuasarAppUtils::Settings>();

QuasarAppUtils::Settings::initService();

if (!prepare()) {
return PrepareError;
Expand Down
2 changes: 1 addition & 1 deletion submodules/QuasarAppLib

0 comments on commit 001cf34

Please sign in to comment.