mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-20 05:10:58 +00:00
Update front.sh
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
front)
|
front)
|
||||||
name="Front"
|
name="Front"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
downloadURL="https://dl.frontapp.com/macos/Front.dmg"
|
if [[ $(arch) == "arm64" ]]; then
|
||||||
|
downloadURL="https://dl.frontapp.com/macos/Front-arm64.dmg"
|
||||||
|
appNewVersion=$(curl -fs "https://dl.frontapp.com/desktop/updates/latest/mac-arm64/latest-mac.yml" | grep -i version | cut -d " " -f2)
|
||||||
|
elif [[ $(arch) == "i386" ]]; then
|
||||||
|
downloadURL="https://dl.frontapp.com/macos/Front.dmg"
|
||||||
|
appNewVersion=$(curl -fs "https://dl.frontapp.com/desktop/updates/latest/mac/latest-mac.yml" | grep -i version | cut -d " " -f2)
|
||||||
|
fi
|
||||||
expectedTeamID="X549L7572J"
|
expectedTeamID="X549L7572J"
|
||||||
Company="FrontApp. Inc."
|
Company="FrontApp. Inc."
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user