Fixed colourcontrastanalyser, cryptomator, and dangerzone

This commit is contained in:
Søren Theilgaard
2022-08-23 08:43:53 +02:00
parent 84da5ac168
commit 9b029ee174
3 changed files with 8 additions and 0 deletions

View File

@@ -1,6 +1,12 @@
cryptomator)
name="Cryptomator"
type="dmg"
if [[ $(arch) == "arm64" ]]; then
archiveName="Cryptomator-[0-9.]*-arm64.dmg"
elif [[ $(arch) == "i386" ]]; then
archiveName="Cryptomator-[0-9.]*.dmg"
fi
downloadURL=$(downloadURLFromGit cryptomator cryptomator)
appNewVersion=$(versionFromGit cryptomator cryptomator)
expectedTeamID="YZQJQUHA3L"