We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ca8af commit aa30e04Copy full SHA for aa30e04
share/setup.nsi.in
@@ -80,8 +80,6 @@ Section -Main SEC0000
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
- SetOutPath $INSTDIR\doc
84
- File /r /x Makefile* @abs_top_srcdir@/doc\*.*
85
SetOutPath $INSTDIR
86
WriteRegStr HKCU "${REGKEY}\Components" Main 1
87
SectionEnd
@@ -129,7 +127,6 @@ Section /o -un.Main UNSEC0000
129
127
Delete /REBOOTOK $INSTDIR\COPYING.txt
130
128
Delete /REBOOTOK $INSTDIR\readme.txt
131
RMDir /r /REBOOTOK $INSTDIR\daemon
132
- RMDir /r /REBOOTOK $INSTDIR\doc
133
DeleteRegValue HKCU "${REGKEY}\Components" Main
134
135
0 commit comments