mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +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
|
# credit: @matins
|
||||||
name="Miro"
|
name="Miro"
|
||||||
type="dmg"
|
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"
|
expectedTeamID="M3GM7MFY7U"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user