mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Merge pull request #539 from scriptingosx/miro-universal
updated miro for arm download
This commit is contained in:
@@ -2,6 +2,10 @@ miro)
|
||||
# credit: @matins
|
||||
name="Miro"
|
||||
type="dmg"
|
||||
downloadURL="https://desktop.miro.com/platforms/darwin/Miro.dmg"
|
||||
if [[ $(arch) == arm64 ]]; then
|
||||
downloadURL="https://desktop.miro.com/platforms/darwin-arm64/Miro.dmg"
|
||||
elif [[ $(arch) == i386 ]]; then
|
||||
downloadURL="https://desktop.miro.com/platforms/darwin/Miro.dmg"
|
||||
fi
|
||||
expectedTeamID="M3GM7MFY7U"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user