|
|
@ -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) ) { |
|
|
|