Skip to content

Commit 001cf34

Browse files
authored
Merge pull request #767 from QuasarApp/task_712
Fix windows wrapper script
2 parents c6b01c4 + b7a6826 commit 001cf34

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/Deploy/src/ScriptsTemplates/windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@echo off
1616
SET BASE_DIR=%~dp0
17-
SET PATH=%BASE_DIR%CQT_BIN_PATH;%BASE_DIR%CQT_LIB_PATH;%PATH%;CQT_SYSTEM_LIB_PATH
17+
SET PATH=%BASE_DIR%CQT_BIN_PATH;%BASE_DIR%CQT_LIB_PATH;%PATH%;%BASE_DIR%CQT_SYSTEM_LIB_PATH
1818
SET CQT_PKG_ROOT=%BASE_DIR%
1919
SET CQT_RUN_FILE=%BASE_DIR%CQT_BASE_NAME.bat
2020

src/Deploy/src/deploy.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Deploy::Deploy() {
2525

2626
int Deploy::run() {
2727

28-
QuasarAppUtils::Settings::initService<QuasarAppUtils::Settings>();
28+
29+
QuasarAppUtils::Settings::initService();
2930

3031
if (!prepare()) {
3132
return PrepareError;

0 commit comments

Comments
 (0)