summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-01-17 13:17:55 +1100
committerMiguel Jacq <mig@mig5.net>2018-01-17 13:17:55 +1100
commit8375520e100d8b1862504901de22b61db6ecf416 (patch)
treef30f7a88a9468fb6d3ce0e22927690eaaa902da7 /install
parent7237b65a328082099e5d0cc7b148146b2dbc2e6a (diff)
downloadonionshare-8375520e100d8b1862504901de22b61db6ecf416.tar.gz
onionshare-8375520e100d8b1862504901de22b61db6ecf416.zip
Add missing items to the onionshare.nsi
Diffstat (limited to 'install')
-rw-r--r--install/onionshare.nsi3
1 files changed, 3 insertions, 0 deletions
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"