mherrmann / fbs

Create Python GUIs with Qt in minutes
https://build-system.fman.io
GNU General Public License v3.0
3.8k stars 194 forks source link

how to build x86_64 and arm64 target on macos in Apple M1 chip #299

Open lyron3 opened 10 months ago

lyron3 commented 10 months ago

My environment is:

After fbs freeze , I checked the target/Pyinstaller/xxx.spec "target_arch=None". If work to change target_arch: ["x86_64", "arm64"]? How to do? Thanks