From 6dd3bbb1f5cc39519cdd58de8162b73aefaa5890 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 16 May 2017 17:57:28 -0700 Subject: [PATCH] Added settings.png to Windows installer file --- install/onionshare.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/onionshare.nsi b/install/onionshare.nsi index 307ab950..84029a9c 100644 --- a/install/onionshare.nsi +++ b/install/onionshare.nsi @@ -158,6 +158,7 @@ Section "install" File "${BINPATH}\share\images\server_started.png" File "${BINPATH}\share\images\server_stopped.png" File "${BINPATH}\share\images\server_working.png" + File "${BINPATH}\share\images\settings.png" SetOutPath "$INSTDIR\share\locale" File "${BINPATH}\share\locale\cs.json" @@ -342,6 +343,7 @@ FunctionEnd Delete "$INSTDIR\share\images\server_started.png" Delete "$INSTDIR\share\images\server_stopped.png" Delete "$INSTDIR\share\images\server_working.png" + Delete "$INSTDIR\share\images\settings.png" Delete "$INSTDIR\share\locale\cs.json" Delete "$INSTDIR\share\locale\de.json" Delete "$INSTDIR\share\locale\en.json"