1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

- Attempt to fix search engine on Windows

This commit is contained in:
Christophe Dumez 2007-12-12 16:56:32 +00:00
parent 07d7a44731
commit 56965d444a

View File

@ -370,7 +370,7 @@ void SearchEngine::updateNova() {
QStringList files = shipped_subDir.entryList(); QStringList files = shipped_subDir.entryList();
QString file; QString file;
foreach(file, files){ foreach(file, files){
QString shipped_file = shipped_subDir.path()+QDir::separator()+file; QString shipped_file = shipped_subDir.path()+"/"+file;
// Copy python classes // Copy python classes
if(file.endsWith(".py")) { if(file.endsWith(".py")) {
if(misc::getPluginVersion(shipped_file) > misc::getPluginVersion(destDir+file) ) { if(misc::getPluginVersion(shipped_file) > misc::getPluginVersion(destDir+file) ) {