diff options
author | Kali Kaneko <kali@leap.se> | 2016-04-17 12:50:59 -0700 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-18 16:20:02 -0400 |
commit | c36e86275fe1c9ca4d6932c5103f91f5c2473b2e (patch) | |
tree | 765703d37a7ad53f77bda6f3b6dba58d0e317357 /pkg | |
parent | 2cb8887119ff1dade6e3a4d9368654a6b67576a4 (diff) |
[bug] avoid osx hanging
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/pyinst/bitmask.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/pyinst/bitmask.spec b/pkg/pyinst/bitmask.spec index afee9dd1..8c6561cf 100644 --- a/pkg/pyinst/bitmask.spec +++ b/pkg/pyinst/bitmask.spec @@ -51,6 +51,7 @@ if sys.platform.startswith("darwin"): name=os.path.join( 'dist', 'Bitmask.app'), appname='Bitmask', - version='0.9.0.alpha7', + # TODO get this from ../next-version.txt + version='0.9.0.rc1', icon='pkg/osx/bitmask.icns', bundle_identifier='bitmask-0.9.0alpha7') |