build: Add bitcoin-tx.exe into Windows installer

Github-Pull: #14698
Rebased-From: 5c5902acc5
This commit is contained in:
Chun Kuan Lee 2018-11-09 21:57:13 +08:00 committed by Anthony Fieroni
parent 7871dd58fe
commit 56df309b1b

View file

@ -175,6 +175,9 @@ $(BITCOIN_CLI_BIN): FORCE
$(BITCOIN_TX_BIN): FORCE
$(MAKE) -C src $(@F)
$(BITCOIN_TX_BIN): FORCE
$(MAKE) -C src $(@F)
$(BITCOIN_WALLET_BIN): FORCE
$(MAKE) -C src $(@F)