summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2016-04-12 15:59:49 -0700
committerMicah Lee <micah@micahflee.com>2016-04-12 15:59:49 -0700
commitc07f4e5f8389d07a9b8fe7c44c2dbb0a5f24ebeb (patch)
tree35f0a4ae6e5ad08f0476b6f0e0d510d8c7b75082 /setup.py
parent0b588e543af58edeb1d2084d9e004e330ce35de1 (diff)
downloadonionshare-c07f4e5f8389d07a9b8fe7c44c2dbb0a5f24ebeb.tar.gz
onionshare-c07f4e5f8389d07a9b8fe7c44c2dbb0a5f24ebeb.zip
If "Stop sharing automatically" is selected, only allow one download at a time (fixes #248)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 48e5469a..8e25f915 100644
--- a/setup.py
+++ b/setup.py
@@ -73,7 +73,8 @@ locale = [
html = [
'resources/html/index.html',
- 'resources/html/404.html',
+ 'resources/html/denied.html',
+ 'resources/html/404.html'
]
setup(