diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2018-11-09 21:57:13 +0800 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2018-11-09 21:57:13 +0800 |
commit | 5c5902acc515c8f46ad73222cd57a29c4c13b92c (patch) | |
tree | 23e5c381d5aac1b26c2be6e92dc3a5f643adfcd8 /share | |
parent | e70a19e7132dac91b7948fcbfac086f86fec3d88 (diff) |
build: Add bitcoin-tx.exe into Windows installer
Diffstat (limited to 'share')
-rw-r--r-- | share/setup.nsi.in | 1 |
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 |