From 445d2b48c574c73f58bef22f69ab1b345e76f744 Mon Sep 17 00:00:00 2001 From: Code <60588434+superusercode@users.noreply.github.com> Date: Thu, 28 May 2020 20:34:17 -0400 Subject: [PATCH] KeePass uses inno installer, not a generic exe (#1131) --- manifests/DominikReichl/KeePass/2.45.0.0.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manifests/DominikReichl/KeePass/2.45.0.0.yaml b/manifests/DominikReichl/KeePass/2.45.0.0.yaml index b96a40923..b7b1673a1 100644 --- a/manifests/DominikReichl/KeePass/2.45.0.0.yaml +++ b/manifests/DominikReichl/KeePass/2.45.0.0.yaml @@ -10,7 +10,7 @@ MinOSVersion: 10.0.0.0 Homepage: https://keepass.info/ Description: KeePass, the free, open source, light-weight and easy-to-use password manager. Tags: "Password, Password Safe, Credentials, Protect" -InstallerType: exe +InstallerType: inno # ======================= Installers ================== @@ -18,7 +18,3 @@ Installers: - Arch: x64 Url: https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.45/KeePass-2.45-Setup.exe/download Sha256: 9058CC9D44129E8C2C902E21F8678974B789ECD8F9D6ADD81C98FBEAF9794E23 - Language: en-US - Switches: - Silent: "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART" - SilentWithProgress: "/SILENT /SUPPRESSMSGBOXES /NORESTART"