mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add BUNDLE attributes
This commit is contained in:
parent
d47fafbc49
commit
159ab5dc7e
@ -66,7 +66,9 @@ if sysname in ["Linux", "Windows"]:
|
|||||||
else:
|
else:
|
||||||
app = BUNDLE(exe,
|
app = BUNDLE(exe,
|
||||||
data_tree,
|
data_tree,
|
||||||
name=sys.argv[2])
|
icon=None,
|
||||||
|
name=sys.argv[2],
|
||||||
|
bundle_identifier=None)
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
if os.path.exists(util_dir):
|
if os.path.exists(util_dir):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user