Skip to content

Commit aa30e04

Browse files
committed
build: remove entire docs dir from Windows installer
1 parent e7ca8af commit aa30e04

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

share/setup.nsi.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ Section -Main SEC0000
8080
File @abs_top_builddir@/release/@BITCOIN_CLI_NAME@@EXEEXT@
8181
File @abs_top_builddir@/release/@BITCOIN_TX_NAME@@EXEEXT@
8282
File @abs_top_builddir@/release/@BITCOIN_WALLET_TOOL_NAME@@EXEEXT@
83-
SetOutPath $INSTDIR\doc
84-
File /r /x Makefile* @abs_top_srcdir@/doc\*.*
8583
SetOutPath $INSTDIR
8684
WriteRegStr HKCU "${REGKEY}\Components" Main 1
8785
SectionEnd
@@ -129,7 +127,6 @@ Section /o -un.Main UNSEC0000
129127
Delete /REBOOTOK $INSTDIR\COPYING.txt
130128
Delete /REBOOTOK $INSTDIR\readme.txt
131129
RMDir /r /REBOOTOK $INSTDIR\daemon
132-
RMDir /r /REBOOTOK $INSTDIR\doc
133130
DeleteRegValue HKCU "${REGKEY}\Components" Main
134131
SectionEnd
135132

0 commit comments

Comments
 (0)