File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,8 @@ mkdir -p "$DISTSRC"
369
369
# has not been run before buildling, this file will be a stub
370
370
cp " ${DISTSRC} /share/examples/bitcoin.conf" " ${DISTNAME} /"
371
371
372
+ cp -r " ${DISTSRC} /share/rpcauth" " ${DISTNAME} /share/"
373
+
372
374
# Finally, deterministically produce {non-,}debug binary tarballs ready
373
375
# for release
374
376
case " $HOST " in
Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ Section -Main SEC0000
75
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
+ File @abs_top_srcdir@/share/examples/bitcoin.conf
79
+ SetOutPath $INSTDIR\share\rpcauth
80
+ File @abs_top_srcdir@/share/rpcauth/*.*
78
81
SetOutPath $INSTDIR\daemon
79
82
File @abs_top_builddir@/release/@BITCOIN_DAEMON_NAME@@EXEEXT@
80
83
File @abs_top_builddir@/release/@BITCOIN_CLI_NAME@@EXEEXT@
@@ -127,6 +130,8 @@ Section /o -un.Main UNSEC0000
127
130
Delete /REBOOTOK $INSTDIR\@BITCOIN_GUI_NAME@@EXEEXT@
128
131
Delete /REBOOTOK $INSTDIR\COPYING.txt
129
132
Delete /REBOOTOK $INSTDIR\readme.txt
133
+ Delete /REBOOTOK $INSTDIR\bitcoin.conf
134
+ RMDir /r /REBOOTOK $INSTDIR\share
130
135
RMDir /r /REBOOTOK $INSTDIR\daemon
131
136
DeleteRegValue HKCU "${REGKEY}\Components" Main
132
137
SectionEnd
You can’t perform that action at this time.
0 commit comments