Fix ipwhois data location for macOS package

* Fixes Tautulli/Tautulli-Issues#260
This commit is contained in:
JonnyWong16 2020-07-07 17:25:46 -07:00
parent 061ae44da4
commit 0f016c83ea
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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'],