From 8375520e100d8b1862504901de22b61db6ecf416 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Wed, 17 Jan 2018 13:17:55 +1100 Subject: [PATCH] Add missing items to the onionshare.nsi --- install/onionshare.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/onionshare.nsi b/install/onionshare.nsi index 57c2592c..84d54732 100644 --- a/install/onionshare.nsi +++ b/install/onionshare.nsi @@ -191,6 +191,7 @@ Section "install" File "${BINPATH}\share\license.txt" File "${BINPATH}\share\torrc_template" File "${BINPATH}\share\torrc_template-windows" + File "${BINPATH}\share\torrc_template-obfs4" File "${BINPATH}\share\version.txt" File "${BINPATH}\share\wordlist.txt" @@ -402,6 +403,7 @@ FunctionEnd Delete "$INSTDIR\share\locale\tr.json" Delete "$INSTDIR\share\torrc_template" Delete "$INSTDIR\share\torrc_template-windows" + Delete "$INSTDIR\share\torrc_template-obfs4" Delete "$INSTDIR\share\version.txt" Delete "$INSTDIR\share\wordlist.txt" Delete "$INSTDIR\sip.pyd" @@ -413,6 +415,7 @@ FunctionEnd Delete "$INSTDIR\tor\Tor\libevent_extra-2-0-5.dll" Delete "$INSTDIR\tor\Tor\libgcc_s_sjlj-1.dll" Delete "$INSTDIR\tor\Tor\libssp-0.dll" + Delete "$INSTDIR\tor\Tor\obfs4proxy.exe" Delete "$INSTDIR\tor\Tor\ssleay32.dll" Delete "$INSTDIR\tor\Tor\tor.exe" Delete "$INSTDIR\tor\Tor\zlib1.dll"