mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
build: remove entire docs dir from Windows installer
This commit is contained in:
parent
e7ca8afef6
commit
aa30e046ac
1 changed files with 0 additions and 3 deletions
|
@ -80,8 +80,6 @@ Section -Main SEC0000
|
||||||
File @abs_top_builddir@/release/@BITCOIN_CLI_NAME@@EXEEXT@
|
File @abs_top_builddir@/release/@BITCOIN_CLI_NAME@@EXEEXT@
|
||||||
File @abs_top_builddir@/release/@BITCOIN_TX_NAME@@EXEEXT@
|
File @abs_top_builddir@/release/@BITCOIN_TX_NAME@@EXEEXT@
|
||||||
File @abs_top_builddir@/release/@BITCOIN_WALLET_TOOL_NAME@@EXEEXT@
|
File @abs_top_builddir@/release/@BITCOIN_WALLET_TOOL_NAME@@EXEEXT@
|
||||||
SetOutPath $INSTDIR\doc
|
|
||||||
File /r /x Makefile* @abs_top_srcdir@/doc\*.*
|
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
WriteRegStr HKCU "${REGKEY}\Components" Main 1
|
WriteRegStr HKCU "${REGKEY}\Components" Main 1
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
@ -129,7 +127,6 @@ Section /o -un.Main UNSEC0000
|
||||||
Delete /REBOOTOK $INSTDIR\COPYING.txt
|
Delete /REBOOTOK $INSTDIR\COPYING.txt
|
||||||
Delete /REBOOTOK $INSTDIR\readme.txt
|
Delete /REBOOTOK $INSTDIR\readme.txt
|
||||||
RMDir /r /REBOOTOK $INSTDIR\daemon
|
RMDir /r /REBOOTOK $INSTDIR\daemon
|
||||||
RMDir /r /REBOOTOK $INSTDIR\doc
|
|
||||||
DeleteRegValue HKCU "${REGKEY}\Components" Main
|
DeleteRegValue HKCU "${REGKEY}\Components" Main
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue