- Enabled debug, updated nova2.py version to force update

This commit is contained in:
Christophe Dumez 2009-03-30 20:31:30 +00:00
parent e9c12cbf78
commit 2e0707bc0c
3 changed files with 3 additions and 2 deletions

View file

@ -328,6 +328,7 @@ void SearchEngine::updateNova() {
// Set permissions
QFile::Permissions perm=QFile::ReadOwner | QFile::WriteOwner | QFile::ExeOwner | QFile::ReadUser | QFile::WriteUser | QFile::ExeUser | QFile::ReadGroup | QFile::ReadGroup;
QFile(misc::qBittorrentPath()+"search_engine"+QDir::separator()+"nova2.py").setPermissions(perm);
filePath = misc::qBittorrentPath()+"search_engine"+QDir::separator()+"nova2dl.py";
if(misc::getPluginVersion(":/search_engine/nova2dl.py") > misc::getPluginVersion(filePath)) {
if(QFile::exists(filePath)){

View file

@ -26,7 +26,7 @@
# POSSIBILITY OF SUCH DAMAGE.
#VERSION: 1.00
#VERSION: 1.10
# Author:
# Fabien Devaux <fab AT gnux DOT info>

View file

@ -3,7 +3,7 @@ LANG_PATH = lang
ICONS_PATH = Icons
# Set the following variable to 1 to enable debug
DEBUG_MODE = 0
DEBUG_MODE = 1
# Global
TEMPLATE = app