Compare commits

...

2 Commits

Author SHA1 Message Date
Ruud
0622e6e5ab One up 2014-06-29 23:16:09 +02:00
Ruud
f16931906f Don't remove pyc files when using desktop updater 2014-06-29 23:15:36 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ class Updater(Plugin):
}
def doShutdown(self, *args, **kwargs):
if not Env.get('dev'):
if not Env.get('dev') and not Env.get('desktop'):
removePyc(Env.get('app_dir'), show_logs = False)
return super(Updater, self).doShutdown(*args, **kwargs)

View File

@@ -1,6 +1,6 @@
#define MyAppName "CouchPotato"
#define MyAppVer "2.5.0"
#define MyAppBit "win32"
#define MyAppVer "2.5.1"
#define MyAppBit "win32"
//#define MyAppBit "win-amd64"
[Setup]

View File

@@ -1,2 +1,2 @@
VERSION = '2.5.0'
VERSION = '2.5.1'
BRANCH = 'desktop'