Update gam.spec

This commit is contained in:
Jay Lee
2022-03-01 12:20:32 -05:00
committed by GitHub
parent eeb760260a
commit 614edc22ca

View File

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