Skip to content

Commit

Permalink
Fix target architecture for github builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jramboz committed May 8, 2024
1 parent 1ebb786 commit 8bc3d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tintalle-mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exe = EXE(
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch='universal2',
target_arch='x86_64',
codesign_identity=None,
entitlements_file=None,
icon=['img/tintalle.png'],
Expand Down

0 comments on commit 8bc3d0a

Please sign in to comment.