From 8fd949a567e0a6fa44efe10d7d1e3ba0c5c13323 Mon Sep 17 00:00:00 2001 From: "Macnichol, Christopher" Date: Mon, 7 Mar 2022 17:17:56 -0500 Subject: [PATCH] Create axurerp10.sh --- fragments/labels/axurerp10.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fragments/labels/axurerp10.sh diff --git a/fragments/labels/axurerp10.sh b/fragments/labels/axurerp10.sh new file mode 100644 index 0000000..243fa40 --- /dev/null +++ b/fragments/labels/axurerp10.sh @@ -0,0 +1,14 @@ +axurerp10) + name="Axure RP 10" + type="dmg" + if [[ $(arch) == "arm64" ]]; then + downloadURL="https://d3uii9pxdigrx1.cloudfront.net/AxureRP-Setup-arm64.dmg" + elif [[ $(arch) == "i386" ]]; then + downloadURL="https://d3uii9pxdigrx1.cloudfront.net/AxureRP-Setup.dmg" + fi + appNewVersion=$( curl -sL https://www.axure.com/release-history | grep -Eo '[0-9]{1,4}\.[0-9]{1,4}\.[0-9]{1,4}\.[0-9]{1,4}' -m 1 ) + expectedTeamID="HUMW6UU796" + versionKey="CFBundleVersion" + appName="Axure RP 10.app" + blockingProcesses=( "Axure RP 10" ) + ;;