Files
Installomator/fragments/labels/keepassxc.txt
2021-08-16 15:49:43 +02:00

14 lines
352 B
Plaintext

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