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.
pull/24111/head
fanquake 5 years ago
parent 63fc2f5cce
commit b3ccf26df4
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

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

Loading…
Cancel
Save