-
I tried comparing Only thing I found different that I thought looked related was this: exe = EXE(
pyz,
a.scripts,
- [],
+ [('O', None, 'OPTION')], |
Beta Was this translation helpful? Give feedback.
Answered by
rokm
Apr 26, 2024
Replies: 1 comment 8 replies
-
It should set |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
Moosems
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should set
target_arch='universal2'
argument toEXE
.