Update gam.spec

This commit is contained in:
Jay Lee
2022-01-12 08:50:29 -05:00
committed by GitHub
parent f0120fef63
commit 31a3dcd2f7

View File

@@ -33,10 +33,12 @@ for d in a.datas:
pyz = PYZ(a.pure)
if sys.platform == "darwin":
target_arch="universal2"
else:
target_arch=None
# TODO: fix universal2
target_arch = None
#if sys.platform == "darwin":
# target_arch="universal2"
#else:
# target_arch=None
exe = EXE(pyz,
a.scripts,