Actually add licenses folder to PyInstaller spec

This commit is contained in:
Micah Lee 2018-06-17 16:55:04 -07:00
parent e05cee19bc
commit 089c8201f1

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=[],