aboutsummaryrefslogtreecommitdiff
path: root/install/onionshare.nsi
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-02-04 13:13:38 -0800
committerMicah Lee <micah@micahflee.com>2018-02-04 13:13:38 -0800
commitae2140ceb897aa571096a05b90608e76cf23ddc2 (patch)
tree40cb737396d4a69f75039c2d2939333a08023bce /install/onionshare.nsi
parent3e0010ca01c18648e46ebcd0045ca975410c503b (diff)
downloadonionshare-ae2140ceb897aa571096a05b90608e76cf23ddc2.tar.gz
onionshare-ae2140ceb897aa571096a05b90608e76cf23ddc2.zip
Update drag and drop look and instructions
Diffstat (limited to 'install/onionshare.nsi')
-rw-r--r--install/onionshare.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 9c15de47..d83da6ad 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -201,8 +201,8 @@ Section "install"
File "${BINPATH}\share\html\index.html"
SetOutPath "$INSTDIR\share\images"
- File "${BINPATH}\share\images\drop_files.png"
File "${BINPATH}\share\images\logo.png"
+ File "${BINPATH}\share\images\logo_transparent.png"
File "${BINPATH}\share\images\logo_grayscale.png"
File "${BINPATH}\share\images\server_started.png"
File "${BINPATH}\share\images\server_stopped.png"
@@ -379,8 +379,8 @@ FunctionEnd
Delete "$INSTDIR\share\html\404.html"
Delete "$INSTDIR\share\html\denied.html"
Delete "$INSTDIR\share\html\index.html"
- Delete "$INSTDIR\share\images\drop_files.png"
Delete "$INSTDIR\share\images\logo.png"
+ Delete "$INSTDIR\share\images\logo_transparent.png"
Delete "$INSTDIR\share\images\logo_grayscale.png"
Delete "$INSTDIR\share\images\server_started.png"
Delete "$INSTDIR\share\images\server_stopped.png"