summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-02-04 21:18:41 -0800
committerMicah Lee <micah@micahflee.com>2018-02-04 21:18:41 -0800
commit0bb9bf649d0052703730fbd6e4391997f593a878 (patch)
treeb68b1892d971a4eafc41c0cc1cf1fb19bb738061 /install
parente17dbd4fddb8a8ca25eb6d7e7ad450fd6de357ad (diff)
downloadonionshare-0bb9bf649d0052703730fbd6e4391997f593a878.tar.gz
onionshare-0bb9bf649d0052703730fbd6e4391997f593a878.zip
Remove delete button, use delete X's instead
Diffstat (limited to 'install')
-rw-r--r--install/onionshare.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index d83da6ad..e5f989bb 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -201,6 +201,7 @@ Section "install"
File "${BINPATH}\share\html\index.html"
SetOutPath "$INSTDIR\share\images"
+ File "${BINPATH}\share\images\file_delete.png"
File "${BINPATH}\share\images\logo.png"
File "${BINPATH}\share\images\logo_transparent.png"
File "${BINPATH}\share\images\logo_grayscale.png"
@@ -379,6 +380,7 @@ FunctionEnd
Delete "$INSTDIR\share\html\404.html"
Delete "$INSTDIR\share\html\denied.html"
Delete "$INSTDIR\share\html\index.html"
+ Delete "$INSTDIR\share\images\file_delete.png"
Delete "$INSTDIR\share\images\logo.png"
Delete "$INSTDIR\share\images\logo_transparent.png"
Delete "$INSTDIR\share\images\logo_grayscale.png"