diff options
| author | Sjors Provoost <[email protected]> | 2019-02-13 16:03:54 +0100 |
|---|---|---|
| committer | Sjors Provoost <[email protected]> | 2019-02-14 16:17:55 +0100 |
| commit | 4a43eb8cdf8bc80ee866a5e7bc16c6fb4dd19eac (patch) | |
| tree | f3818f1817e876c7f54710b5fe3277da75937443 /share | |
| parent | Merge #15407: msvc: Fix silent merge conflict between #13926 and #14372 part II (diff) | |
| download | discoin-4a43eb8cdf8bc80ee866a5e7bc16c6fb4dd19eac.tar.xz discoin-4a43eb8cdf8bc80ee866a5e7bc16c6fb4dd19eac.zip | |
[build] Makefile.am: add rule for src/bitcoin-wallet
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 6542370f9..046deed9e 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -81,6 +81,7 @@ Section -Main SEC0000 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@ + File @abs_top_srcdir@/release/@BITCOIN_WALLET_TOOL_NAME@@EXEEXT@ SetOutPath $INSTDIR\doc File /r /x Makefile* @abs_top_srcdir@/doc\*.* SetOutPath $INSTDIR |