File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ ShowUninstDetails show
7272Section -Main SEC0000
7373 SetOutPath $INSTDIR
7474 SetOverwrite on
75- File @abs_top_srcdir @/release/@BITCOIN_GUI_NAME@@EXEEXT@
75+ File @abs_top_builddir @/release/@BITCOIN_GUI_NAME@@EXEEXT@
7676 File /oname=COPYING.txt @abs_top_srcdir@/COPYING
7777 File /oname=readme.txt @abs_top_srcdir@/doc/README_windows.txt
7878 SetOutPath $INSTDIR\daemon
79- File @abs_top_srcdir @/release/@BITCOIN_DAEMON_NAME@@EXEEXT@
80- File @abs_top_srcdir @/release/@BITCOIN_CLI_NAME@@EXEEXT@
81- File @abs_top_srcdir @/release/@BITCOIN_TX_NAME@@EXEEXT@
82- File @abs_top_srcdir @/release/@BITCOIN_WALLET_TOOL_NAME@@EXEEXT@
79+ File @abs_top_builddir @/release/@BITCOIN_DAEMON_NAME@@EXEEXT@
80+ File @abs_top_builddir @/release/@BITCOIN_CLI_NAME@@EXEEXT@
81+ File @abs_top_builddir @/release/@BITCOIN_TX_NAME@@EXEEXT@
82+ File @abs_top_builddir @/release/@BITCOIN_WALLET_TOOL_NAME@@EXEEXT@
8383 SetOutPath $INSTDIR\doc
8484 File /r /x Makefile* @abs_top_srcdir@/doc\*.*
8585 SetOutPath $INSTDIR
You can’t perform that action at this time.
0 commit comments