mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Similar fix
This commit is contained in:
@@ -437,7 +437,7 @@ void SearchEngine::updateNova() {
|
|||||||
QString shipped_file = shipped_subDir.path()+"/"+file;
|
QString shipped_file = shipped_subDir.path()+"/"+file;
|
||||||
// Copy python classes
|
// Copy python classes
|
||||||
if(file.endsWith(".py")) {
|
if(file.endsWith(".py")) {
|
||||||
const QString &dest_file = destDir+file;
|
const QString dest_file = destDir+file;
|
||||||
if(getPluginVersion(shipped_file) > getPluginVersion(dest_file) ) {
|
if(getPluginVersion(shipped_file) > getPluginVersion(dest_file) ) {
|
||||||
qDebug("shippped %s is more recent then local plugin, updating", qPrintable(file));
|
qDebug("shippped %s is more recent then local plugin, updating", qPrintable(file));
|
||||||
if(QFile::exists(dest_file)) {
|
if(QFile::exists(dest_file)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user