KeePass uses inno installer, not a generic exe (#1131)

This commit is contained in:
Code
2020-05-28 20:34:17 -04:00
committed by GitHub
parent 8caa31ae39
commit 445d2b48c5

View File

@@ -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"