diff --git a/Deploy/configparser.cpp b/Deploy/configparser.cpp index 42a34ad..7f16421 100644 --- a/Deploy/configparser.cpp +++ b/Deploy/configparser.cpp @@ -897,7 +897,7 @@ bool ConfigParser::initQmakePrivate(const QString &qmake) { QuasarAppUtils::Warning); if (!setQtDir(dir.absolutePath())){ - QuasarAppUtils::Params::log("fail ini qmake", + QuasarAppUtils::Params::log("fail init qmake", QuasarAppUtils::Error); return false; } @@ -930,7 +930,7 @@ bool ConfigParser::initQmake() { if (!QuasarAppUtils::Params::isEndable("noCheckPATH")) { auto env = QProcessEnvironment::systemEnvironment(); - auto proc = DeployCore::findProcess(env.value("PATH"), "qmake"); + auto proc = DeployCore::findProcess(env.value("PATH"), "qexit make"); if (proc.isEmpty()) { QuasarAppUtils::Params::log("The deployment target requir Qt libs, but init qmake is failed." "Use the qmake option for set a path to qmake.", diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4e19219..88526d7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -16,7 +16,7 @@ description: | grade: stable # must be 'stable' to release into candidate/stable channels confinement: strict # use 'strict' once you have the right plugs and slots -base: core18 +base: core20 icon: snap/gui/icon.png apps: cqtdeployer: