Browse Source

- Attempt to fix search engine on Windows

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
56965d444a
  1. 2
      src/searchEngine.cpp

2
src/searchEngine.cpp

@ -370,7 +370,7 @@ void SearchEngine::updateNova() { @@ -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) ) {

Loading…
Cancel
Save