Files
Installomator/fragments/labels/keepassxc.sh
2021-08-16 16:55:28 +02:00

13 lines
351 B
Bash

keepassxc)
name="KeePassXC"
type="dmg"
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"
;;