mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Fix to last commit
This commit is contained in:
@@ -549,6 +549,10 @@ void SearchEngine::updateNova() {
|
||||
}
|
||||
}
|
||||
}
|
||||
#ifndef Q_WS_WIN
|
||||
// Fix permissions
|
||||
misc::chmod644(QDir(misc::searchEngineLocation()));
|
||||
#endif
|
||||
}
|
||||
|
||||
// Slot called when search is Finished
|
||||
|
||||
Reference in New Issue
Block a user