build: force CRCCheck in Windows installer

Otherwise a user can pass /NCRC on the command line and bypass the
crc check, meaning they could install a potentially corrupted
installer.
This commit is contained in:
fanquake
2020-02-12 17:59:00 +08:00
parent 63fc2f5cce
commit b3ccf26df4

View File

@@ -53,7 +53,7 @@ Var StartMenuGroup
# Installer attributes
InstallDir $PROGRAMFILES64\Bitcoin
CRCCheck on
CRCCheck force
XPStyle on
BrandingText " "
ShowInstDetails show