One up!
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
#define MyAppName "CouchPotato"
|
||||
#define MyAppVer "2.6.1"
|
||||
#define MyAppVer "2.6.2"
|
||||
#define MyAppBit "win32"
|
||||
//#define MyAppBit "win-amd64"
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ elif sys.platform == "darwin":
|
||||
FREEZER = 'py2app'
|
||||
FREEZER_OPTIONS = dict(
|
||||
arch = 'intel',
|
||||
optimize = 2,
|
||||
optimize = 0,
|
||||
strip = True,
|
||||
argv_emulation = False,
|
||||
site_packages = False,
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
VERSION = '2.6.1'
|
||||
VERSION = '2.6.2'
|
||||
BRANCH = 'desktop'
|
||||
|
||||
Reference in New Issue
Block a user