summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-02-10 16:19:23 -0800
committerMicah Lee <micah@micahflee.com>2018-02-10 16:19:23 -0800
commitd3848a25ec2450f5b5dc5e764f88e881ff989ab0 (patch)
tree20b9e396cd71a0ed32ffee6d9a1c15c5d0caef62 /install
parente7e9e0ea134c1035b705897deec6838fe49a9402 (diff)
downloadonionshare-d3848a25ec2450f5b5dc5e764f88e881ff989ab0.tar.gz
onionshare-d3848a25ec2450f5b5dc5e764f88e881ff989ab0.zip
Redesigned HTML/CSS download page
Diffstat (limited to 'install')
-rw-r--r--install/onionshare.nsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 0380cfb2..55ecdbcb 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -210,6 +210,8 @@ Section "install"
File "${BINPATH}\share\images\server_stopped.png"
File "${BINPATH}\share\images\server_working.png"
File "${BINPATH}\share\images\settings.png"
+ File "${BINPATH}\share\images\web_file.png"
+ File "${BINPATH}\share\images\web_folder.png"
SetOutPath "$INSTDIR\share\locale"
File "${BINPATH}\share\locale\cs.json"
@@ -389,6 +391,8 @@ FunctionEnd
Delete "$INSTDIR\share\images\server_stopped.png"
Delete "$INSTDIR\share\images\server_working.png"
Delete "$INSTDIR\share\images\settings.png"
+ Delete "$INSTDIR\share\images\web_file.png"
+ Delete "$INSTDIR\share\images\web_folder.png"
Delete "$INSTDIR\share\license.txt"
Delete "$INSTDIR\share\locale\cs.json"
Delete "$INSTDIR\share\locale\de.json"