mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-20 05:10:58 +00:00
14 lines
352 B
Plaintext
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"
|
|
;;
|