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):