build: Add bitcoin-tx.exe into Windows installer

This commit is contained in:
Chun Kuan Lee
2018-11-09 21:57:13 +08:00
parent e70a19e713
commit 5c5902acc5
2 changed files with 6 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ Section -Main SEC0000
SetOutPath $INSTDIR\daemon
File @abs_top_srcdir@/release/@BITCOIN_DAEMON_NAME@@EXEEXT@
File @abs_top_srcdir@/release/@BITCOIN_CLI_NAME@@EXEEXT@
File @abs_top_srcdir@/release/@BITCOIN_TX_NAME@@EXEEXT@
SetOutPath $INSTDIR\doc
File /r /x Makefile* @abs_top_srcdir@/doc\*.*
SetOutPath $INSTDIR