mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 02:04:33 +00:00
Update src/Deploy/src/configparser.cpp
This commit is contained in:
parent
60de41e5ea
commit
6cb3386964
@ -1533,7 +1533,7 @@ QList<iDistribution *> ConfigParser::getDistribution() {
|
||||
distros.push_back(new ZipArhive(_fileManager));
|
||||
}
|
||||
|
||||
if (QuasarAppUtils::Params::isEndable("qifw") || QuasarAppUtils::Params::isEndable("qif")) {
|
||||
if (QuasarAppUtils::Params::isEndable("qif")) {
|
||||
distros.push_back(new QIF(_fileManager));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user