mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
Update gam.spec
This commit is contained in:
parent
90a9212793
commit
fd5a1faa58
@ -33,6 +33,11 @@ for d in a.datas:
|
|||||||
|
|
||||||
pyz = PYZ(a.pure)
|
pyz = PYZ(a.pure)
|
||||||
|
|
||||||
|
if sys.platform == "darwin":
|
||||||
|
target_arch="universal2"
|
||||||
|
else:
|
||||||
|
target_arch=None
|
||||||
|
|
||||||
exe = EXE(pyz,
|
exe = EXE(pyz,
|
||||||
a.scripts,
|
a.scripts,
|
||||||
a.binaries,
|
a.binaries,
|
||||||
@ -42,4 +47,5 @@ exe = EXE(pyz,
|
|||||||
debug=False,
|
debug=False,
|
||||||
strip=None,
|
strip=None,
|
||||||
upx=False,
|
upx=False,
|
||||||
|
target_arch=target_arch,
|
||||||
console=True)
|
console=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user