Merge pull request #191 from adibue/adibue-keepassxc-arm64

Got 'keepassxc' ready for Apple Silicon
This commit is contained in:
Adam Codega
2021-07-06 10:24:16 -04:00
committed by GitHub

View File

@@ -1814,10 +1814,14 @@ karabinerelements)
expectedTeamID="G43BCU2T37"
;;
keepassxc)
# credit: Patrick Atoon (@raptor399)
name="KeePassXC"
type="dmg"
downloadURL="$(downloadURLFromGit keepassxreboot keepassxc)"
if [[ $(arch) == i386 ]]; then
archiveName="x86_64.dmg"
elif [[ $(arch) == arm64 ]]; then
archiveName="arm64.dmg"
fi
downloadURL=$(downloadURLFromGit keepassxreboot keepassxc)
appNewVersion=$(versionFromGit keepassxreboot keepassxc)
expectedTeamID="G2S7P7J672"
;;