aboutsummaryrefslogtreecommitdiff
path: root/share/setup.nsi.in
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-02-06 13:34:49 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-02-06 13:34:49 +0200
commita5f67b4ca809666661b9dfc773806523e487ea66 (patch)
treec981a6550424c21a4528f9a72b4b6b96367b2c5f /share/setup.nsi.in
parent1e7564eca8a688f39c75540877ec3bdfdde766b1 (diff)
downloadbitcoin-a5f67b4ca809666661b9dfc773806523e487ea66.tar.xz
build: Fix `make deploy` for Windows when building out of source tree
Diffstat (limited to 'share/setup.nsi.in')
-rw-r--r--share/setup.nsi.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/setup.nsi.in b/share/setup.nsi.in
index c7b149345c..b31ba7a5b4 100644
--- a/share/setup.nsi.in
+++ b/share/setup.nsi.in
@@ -72,14 +72,14 @@ ShowUninstDetails show
Section -Main SEC0000
SetOutPath $INSTDIR
SetOverwrite on
- File @abs_top_srcdir@/release/@BITCOIN_GUI_NAME@@EXEEXT@
+ File @abs_top_builddir@/release/@BITCOIN_GUI_NAME@@EXEEXT@
File /oname=COPYING.txt @abs_top_srcdir@/COPYING
File /oname=readme.txt @abs_top_srcdir@/doc/README_windows.txt
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@
- File @abs_top_srcdir@/release/@BITCOIN_WALLET_TOOL_NAME@@EXEEXT@
+ File @abs_top_builddir@/release/@BITCOIN_DAEMON_NAME@@EXEEXT@
+ File @abs_top_builddir@/release/@BITCOIN_CLI_NAME@@EXEEXT@
+ File @abs_top_builddir@/release/@BITCOIN_TX_NAME@@EXEEXT@
+ File @abs_top_builddir@/release/@BITCOIN_WALLET_TOOL_NAME@@EXEEXT@
SetOutPath $INSTDIR\doc
File /r /x Makefile* @abs_top_srcdir@/doc\*.*
SetOutPath $INSTDIR