aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-11-14 12:41:26 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2018-11-14 12:42:20 +0100
commit33cd94279cd6fa4a1a69caabe2321df388b3f529 (patch)
treeebd019d40f201cc557eeffa98e6a8b94360c33f1 /share
parent8c59bb85f9798429fb1372b8e83378d292888286 (diff)
parent5c5902acc515c8f46ad73222cd57a29c4c13b92c (diff)
downloadbitcoin-33cd94279cd6fa4a1a69caabe2321df388b3f529.tar.xz
Merge #14698: build: Add bitcoin-tx.exe into Windows installer
5c5902acc515c8f46ad73222cd57a29c4c13b92c build: Add bitcoin-tx.exe into Windows installer (Chun Kuan Lee) Pull request description: I think bitcoin-tx.exe should be packed into the Windows installer. Tree-SHA512: 346051d3680e74e773d5d8736b5d90604dc52689484cf14b2bc47e1fe3a010f9322f82993e2b1ba3533736bcb9bc8478d71f8c4d42eadf6605195fba619d71a2
Diffstat (limited to 'share')
-rw-r--r--share/setup.nsi.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/setup.nsi.in b/share/setup.nsi.in
index b58a84e02d..6542370f97 100644
--- a/share/setup.nsi.in
+++ b/share/setup.nsi.in
@@ -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