mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 02:34:34 +00:00
Apply suggestions from code review
This commit is contained in:
parent
89028ed5ad
commit
204d617dec
@ -240,7 +240,7 @@ void Extracter::copyFiles() {
|
||||
|
||||
|
||||
if (!QuasarAppUtils::Params::isEndable("noStrip") && !_fileManager->strip(cnf->getTargetDir())) {
|
||||
QuasarAppUtils::Params::log("Fail to strip libraries!");
|
||||
QuasarAppUtils::Params::log("Failed to strip libraries!");
|
||||
}
|
||||
|
||||
copyExtraData(_packageDependencyes[i.key()].extraData(), i.key());
|
||||
|
@ -259,7 +259,7 @@ void MetaFileManager::createRunMetaFiles(const QHash<QString, DeployCore::QtModu
|
||||
}
|
||||
|
||||
if (!createQConf(i.key())) {
|
||||
QuasarAppUtils::Params::log("Failt to create qt.conf file", QuasarAppUtils::Warning);
|
||||
QuasarAppUtils::Params::log("Failed to create the qt.conf file", QuasarAppUtils::Warning);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user