summaryrefslogtreecommitdiff
path: root/install/pyinstaller.spec
diff options
context:
space:
mode:
Diffstat (limited to 'install/pyinstaller.spec')
-rw-r--r--install/pyinstaller.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/install/pyinstaller.spec b/install/pyinstaller.spec
index 9c233cf4..24664bf9 100644
--- a/install/pyinstaller.spec
+++ b/install/pyinstaller.spec
@@ -14,12 +14,14 @@ a = Analysis(
('../share/wordlist.txt', 'share'),
('../share/torrc_template', 'share'),
('../share/torrc_template-obfs4', 'share'),
- ('../share/torrc_template-meek_lite_amazon', 'share'),
('../share/torrc_template-meek_lite_azure', 'share'),
- ('../share/torrc_template-windows', 'share'),
('../share/images/*', 'share/images'),
('../share/locale/*', 'share/locale'),
- ('../share/html/*', 'share/html'),
+ ('../share/static/*', 'share/static'),
+ ('../share/templates/*', 'share/templates'),
+ ('../share/static/css/*', 'share/static/css'),
+ ('../share/static/img/*', 'share/static/img'),
+ ('../share/static/js/*', 'share/static/js'),
('../install/licenses/*', 'licenses')
],
hiddenimports=[],