From 81721307ca2536017e3d0065fae92688998af3b8 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Fri, 10 Jul 2020 17:04:13 +0200 Subject: [PATCH] Remove installation type "OpenPGP" support This is no longer needed (see previous commit) but was forgotten to remove in the previous commit. --- windows-installer/dino.nsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/windows-installer/dino.nsi b/windows-installer/dino.nsi index b493f3af..d1409398 100644 --- a/windows-installer/dino.nsi +++ b/windows-installer/dino.nsi @@ -8,9 +8,6 @@ Unicode True !define ICON "input/logo.ico" !define MUI_COMPONENTSPAGE_NODESC -# Installation types -InstType "OpenPGP support" IT_PGP - # Modern Interface !include "MUI2.nsh" !insertmacro MUI_PAGE_LICENSE "input/LICENSE_SHORT"