mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Fix ipwhois data location for macOS package
* Fixes Tautulli/Tautulli-Issues#260
This commit is contained in:
parent
061ae44da4
commit
0f016c83ea
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ analysis = Analysis(
|
|||
('../CHANGELOG.md', '.'),
|
||||
('../LICENSE', '.'),
|
||||
('../version.txt', '.'),
|
||||
('../lib/ipwhois/data', 'data')
|
||||
('../lib/ipwhois/data', 'ipwhois/data')
|
||||
],
|
||||
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
||||
hiddenimports=['pkg_resources.py2_warn', 'Foundation', 'AppKit', 'cheroot.ssl', 'cheroot.ssl.builtin'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue