Files
Installomator/fragments/labels/ferdi.sh
Søren Theilgaard eee730ba9c Update ferdi.sh
Fixed `archiveName` so that `.zip` is expected in the end of the name.
2022-08-23 13:46:35 +02:00

13 lines
351 B
Bash

ferdi)
name="Ferdi"
type="zip"
if [[ $(arch) == "arm64" ]]; then
archiveName="arm64-mac.zip$"
elif [[ $(arch) == "i386" ]]; then
archiveName="Ferdi-[0-9.]*-mac.zip$"
fi
downloadURL="$(downloadURLFromGit getferdi ferdi)"
appNewVersion=$(versionFromGit getferdi ferdi )
expectedTeamID="B6J9X9DWFL"
;;