Skip to content

Commit

Permalink
build: force CRCCheck in Windows installer
Browse files Browse the repository at this point in the history
Otherwise a user can pass /NCRC on the command line and bypass the
crc check, meaning they could install a potentially corrupted
installer.
  • Loading branch information
fanquake committed Jan 20, 2022
1 parent 63fc2f5 commit b3ccf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/setup.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Var StartMenuGroup

# Installer attributes
InstallDir $PROGRAMFILES64\Bitcoin
CRCCheck on
CRCCheck force
XPStyle on
BrandingText " "
ShowInstDetails show
Expand Down

0 comments on commit b3ccf26

Please sign in to comment.