mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-17 06:13:12 +01:00
Fixed colourcontrastanalyser, cryptomator, and dangerzone
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user