summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-09-04 11:43:35 +1000
committerMiguel Jacq <mig@mig5.net>2018-09-04 11:43:35 +1000
commit45d6a94d382f121d4331c8166352bf2074272f5a (patch)
treea8b238ee6939bfceaf6cffcb6d7f65c00bd45d9f /install
parenta830eb57fee29d16e992946b4aa490caaef2d940 (diff)
parent0e9e729b6fead3604025a31ccfe843f30a970b28 (diff)
downloadonionshare-45d6a94d382f121d4331c8166352bf2074272f5a.tar.gz
onionshare-45d6a94d382f121d4331c8166352bf2074272f5a.zip
Fix conflict from develop branch
Diffstat (limited to 'install')
-rw-r--r--install/pyinstaller.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/pyinstaller.spec b/install/pyinstaller.spec
index b8abe5fe..6811997b 100644
--- a/install/pyinstaller.spec
+++ b/install/pyinstaller.spec
@@ -20,6 +20,9 @@ a = Analysis(
('../share/locale/*', 'share/locale'),
('../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=[],