summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install/pyinstaller.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/pyinstaller.spec b/install/pyinstaller.spec
index 30553707..9c233cf4 100644
--- a/install/pyinstaller.spec
+++ b/install/pyinstaller.spec
@@ -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=[],