mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 02:04:33 +00:00
fix #86 wrong log
This commit is contained in:
parent
2807217516
commit
70c4a2caaa
@ -404,7 +404,7 @@ void Deploy::extract(const QString &file, bool isExtractPlugins) {
|
||||
else if (sufix.isEmpty() || sufix.contains("so", Qt::CaseSensitive)) {
|
||||
extractLinuxLib(file, isExtractPlugins);
|
||||
} else {
|
||||
qCritical() << "file with sufix " << sufix << " not supported!";
|
||||
QuasarAppUtils::Params::verboseLog("file with sufix " + sufix + " not supported!");
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b87e4491cdbb1b9199b7d5d26bd9bfc11187daed
|
||||
Subproject commit 02d3e668851fc24149edd4db8f26946d66a88c8e
|
Loading…
x
Reference in New Issue
Block a user