mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
Set pyinstaller --contents-directory
Revert back to old one-dir behaviour Ref.: pyinstaller/pyinstaller#7713
This commit is contained in:
parent
7ee2c59075
commit
36ed4bfa3c
2 changed files with 4 additions and 2 deletions
|
@ -34,7 +34,8 @@ exe = EXE(
|
||||||
exclude_binaries=True,
|
exclude_binaries=True,
|
||||||
name='Tautulli',
|
name='Tautulli',
|
||||||
console=False,
|
console=False,
|
||||||
icon='../data/interfaces/default/images/logo-circle.icns'
|
icon='../data/interfaces/default/images/logo-circle.icns',
|
||||||
|
contents_directory='.'
|
||||||
)
|
)
|
||||||
coll = COLLECT(
|
coll = COLLECT(
|
||||||
exe,
|
exe,
|
||||||
|
|
|
@ -31,7 +31,8 @@ exe = EXE(
|
||||||
exclude_binaries=True,
|
exclude_binaries=True,
|
||||||
name='Tautulli',
|
name='Tautulli',
|
||||||
console=False,
|
console=False,
|
||||||
icon='..\\data\\interfaces\\default\\images\\logo-circle.ico'
|
icon='..\\data\\interfaces\\default\\images\\logo-circle.ico',
|
||||||
|
contents_directory='.'
|
||||||
)
|
)
|
||||||
coll = COLLECT(
|
coll = COLLECT(
|
||||||
exe,
|
exe,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue