Skip to content

Commit b3ccf26

Browse files
committed
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.
1 parent 63fc2f5 commit b3ccf26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/setup.nsi.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Var StartMenuGroup
5353

5454
# Installer attributes
5555
InstallDir $PROGRAMFILES64\Bitcoin
56-
CRCCheck on
56+
CRCCheck force
5757
XPStyle on
5858
BrandingText " "
5959
ShowInstDetails show

0 commit comments

Comments
 (0)