ensure hte obfs4 torrc template is included in installers

This commit is contained in:
Miguel Jacq 2018-01-14 20:12:06 +11:00
parent 011b635cae
commit ed8c4c8302
No known key found for this signature in database
GPG Key ID: 5418373DFF79BA19
2 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,7 @@ Section "install"
File "${BINPATH}\share\version.txt"
File "${BINPATH}\share\wordlist.txt"
File "${BINPATH}\share\torrc_template-windows"
File "${BINPATH}\share\torrc_template-obfs4"
SetOutPath "$INSTDIR\share\html"
File "${BINPATH}\share\html\404.html"
@ -335,6 +336,7 @@ FunctionEnd
Delete "$INSTDIR\share\version.txt"
Delete "$INSTDIR\share\wordlist.txt"
Delete "$INSTDIR\share\torrc_template-windows"
Delete "$INSTDIR\share\torrc_template-obfs4"
Delete "$INSTDIR\share\html\404.html"
Delete "$INSTDIR\share\html\denied.html"
Delete "$INSTDIR\share\html\index.html"

View File

@ -14,6 +14,7 @@ a = Analysis(
('../share/version.txt', 'share'),
('../share/wordlist.txt', 'share'),
('../share/torrc_template', 'share'),
('../share/torrc_template-obfs4', 'share'),
('../share/torrc_template-windows', 'share'),
('../share/images/*', 'share/images'),
('../share/locale/*', 'share/locale'),