From 089c8201f112b573ab49daa6f234ed02689f7961 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 17 Jun 2018 16:55:04 -0700 Subject: [PATCH] Actually add licenses folder to PyInstaller spec --- install/pyinstaller.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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=[],