diff options
author | fanquake <fanquake@gmail.com> | 2022-08-09 09:02:43 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-08-09 09:08:46 +0100 |
commit | aa30e046ace860d40736d01f91edd8802adfdf2d (patch) | |
tree | a0072302d4746056962471de673448672f849d9d /share | |
parent | e7ca8afef62cec200024030272e81a4e3f011822 (diff) |
build: remove entire docs dir from Windows installer
Diffstat (limited to 'share')
-rw-r--r-- | share/setup.nsi.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/share/setup.nsi.in b/share/setup.nsi.in index b31ba7a5b4..e35192c8b8 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -80,8 +80,6 @@ Section -Main SEC0000 File @abs_top_builddir@/release/@BITCOIN_CLI_NAME@@EXEEXT@ File @abs_top_builddir@/release/@BITCOIN_TX_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 WriteRegStr HKCU "${REGKEY}\Components" Main 1 SectionEnd @@ -129,7 +127,6 @@ Section /o -un.Main UNSEC0000 Delete /REBOOTOK $INSTDIR\COPYING.txt Delete /REBOOTOK $INSTDIR\readme.txt RMDir /r /REBOOTOK $INSTDIR\daemon - RMDir /r /REBOOTOK $INSTDIR\doc DeleteRegValue HKCU "${REGKEY}\Components" Main SectionEnd |