mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-19 14:18:56 +01:00
finished updating labels
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user