summaryrefslogtreecommitdiff
path: root/pkg/pyinst/bitmask.spec
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/pyinst/bitmask.spec')
-rw-r--r--pkg/pyinst/bitmask.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/pyinst/bitmask.spec b/pkg/pyinst/bitmask.spec
index cd207816..149093eb 100644
--- a/pkg/pyinst/bitmask.spec
+++ b/pkg/pyinst/bitmask.spec
@@ -33,8 +33,8 @@ exe = EXE(pyz,
a.scripts,
exclude_binaries=True,
name='bitmask',
- debug=False,
- strip=False,
+ debug=True,
+ strip=None,
upx=True,
console=False,
icon='../../data/images/mask-icon.ico')
@@ -50,6 +50,6 @@ if sys.platform.startswith("darwin"):
name=os.path.join(
'dist', 'Bitmask.app'),
appname='Bitmask',
- version='0.9.2alpha1',
+ version='0.9.0rc4',
icon='pkg/osx/bitmask.icns',
- bundle_identifier='bitmask-0.9.2alpha1')
+ bundle_identifier='bitmask-0.9.0rc4')