Add BUNDLE attributes

This commit is contained in:
iabdalkader 2015-09-09 01:40:08 +02:00
parent d47fafbc49
commit 159ab5dc7e

View File

@ -66,7 +66,9 @@ if sysname in ["Linux", "Windows"]:
else:
app = BUNDLE(exe,
data_tree,
name=sys.argv[2])
icon=None,
name=sys.argv[2],
bundle_identifier=None)
# cleanup
if os.path.exists(util_dir):