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
72
72
Section -Main SEC0000
73
73
SetOutPath $INSTDIR
74
74
SetOverwrite on
75
- File @abs_top_srcdir @/release/@BITCOIN_GUI_NAME@@EXEEXT@
75
+ File @abs_top_builddir @/release/@BITCOIN_GUI_NAME@@EXEEXT@
76
76
File /oname=COPYING.txt @abs_top_srcdir@/COPYING
77
77
File /oname=readme.txt @abs_top_srcdir@/doc/README_windows.txt
78
78
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@
83
83
SetOutPath $INSTDIR\doc
84
84
File /r /x Makefile* @abs_top_srcdir@/doc\*.*
85
85
SetOutPath $INSTDIR
You can’t perform that action at this time.
0 commit comments