Update installer workflow for universal macOS binary

Bump python to 3.11
This commit is contained in:
JonnyWong16 2024-03-02 16:28:12 -08:00
commit b48e9f4074
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 15 additions and 7 deletions

View file

@ -35,7 +35,8 @@ exe = EXE(
name='Tautulli',
console=False,
icon='../data/interfaces/default/images/logo-circle.icns',
contents_directory='.'
contents_directory='.',
target_arch='universal2'
)
coll = COLLECT(
exe,