Actually add licenses folder to PyInstaller spec

This commit is contained in:
Micah Lee 2018-06-17 16:55:04 -07:00
parent 9344fbd274
commit 4570db3786
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -19,7 +19,8 @@ a = Analysis(
('../share/torrc_template-windows', 'share'),
('../share/images/*', 'share/images'),
('../share/locale/*', 'share/locale'),
('../share/html/*', 'share/html')
('../share/html/*', 'share/html'),
('../install/licenses/*', 'licenses')
],
hiddenimports=[],
hookspath=[],