Compare commits
2 Commits
build/2.5.
...
build/2.5.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0622e6e5ab | ||
|
|
f16931906f |
@@ -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)
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
VERSION = '2.5.0'
|
||||
VERSION = '2.5.1'
|
||||
BRANCH = 'desktop'
|
||||
|
||||
Reference in New Issue
Block a user