summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-09-02 13:36:21 -0700
committerMicah Lee <micah@micahflee.com>2018-09-02 13:36:21 -0700
commitd90c3c2490910edbb7159fe5f1fc88f8d5ea5286 (patch)
tree2fb0b453d9c83d4ee65cde9d3cf10ec44a9986e7 /install
parentc037e32d8a9c26b7b8a0b255167fb474827eac8a (diff)
parent41c10b1ea29ca94b6f66c4cbc7614c3f541d7dd5 (diff)
downloadonionshare-d90c3c2490910edbb7159fe5f1fc88f8d5ea5286.tar.gz
onionshare-d90c3c2490910edbb7159fe5f1fc88f8d5ea5286.zip
Merge branch '693_fix_static_assets_macos' of https://github.com/mig5/onionshare into mig5-693_fix_static_assets_macos
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 e679ec6e..a19c8237 100644
--- a/install/pyinstaller.spec
+++ b/install/pyinstaller.spec
@@ -21,6 +21,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=[],