From b3ccf26df47c70e7559625a0e65205648f64efb7 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 12 Feb 2020 17:59:00 +0800 Subject: 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. --- share/setup.nsi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/setup.nsi.in') diff --git a/share/setup.nsi.in b/share/setup.nsi.in index 85ae7c57af..c7b149345c 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -53,7 +53,7 @@ Var StartMenuGroup # Installer attributes InstallDir $PROGRAMFILES64\Bitcoin -CRCCheck on +CRCCheck force XPStyle on BrandingText " " ShowInstDetails show -- cgit v1.2.3