mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Update installer workflow for universal macOS binary
Bump python to 3.11
This commit is contained in:
parent
36fbff5503
commit
b48e9f4074
2 changed files with 15 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue