Add missing items to the onionshare.nsi

This commit is contained in:
Miguel Jacq 2018-01-17 13:17:55 +11:00
parent 7237b65a32
commit 8375520e10
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6

View file

@ -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"