summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-06-17 16:55:04 -0700
committerMicah Lee <micah@micahflee.com>2018-06-17 16:55:04 -0700
commit4570db3786b16521980b16b1a5aafc1efaeeef31 (patch)
tree247164719c398b608b75a952035a98e28b287b95
parent9344fbd274a0d0824d10f5be82293eb772cdef95 (diff)
downloadonionshare-4570db3786b16521980b16b1a5aafc1efaeeef31.tar.gz
onionshare-4570db3786b16521980b16b1a5aafc1efaeeef31.zip
Actually add licenses folder to PyInstaller spec
-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=[],