From 159ab5dc7e2bdd7ec36b01a7da261ca30e6dfe78 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 9 Sep 2015 01:40:08 +0200 Subject: [PATCH] Add BUNDLE attributes --- usr/openmv-ide.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/openmv-ide.spec b/usr/openmv-ide.spec index 33b10c4c4..8f44d1e3f 100644 --- a/usr/openmv-ide.spec +++ b/usr/openmv-ide.spec @@ -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):