mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-12 01:19:36 +00:00
Merge pull request #767 from QuasarApp/task_712
Fix windows wrapper script
This commit is contained in:
commit
001cf345f0
@ -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
|
Loading…
x
Reference in New Issue
Block a user