- Attempt to fix search engine plugins copy on windows

This commit is contained in:
Christophe Dumez
2007-12-12 16:57:33 +00:00
parent 1baec5378f
commit cc39504a61

View File

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