mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 19:37:27 -03:00
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:
parent
63fc2f5cce
commit
b3ccf26df4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue