From d864c8e410febf549401f0977565a6b2c1399f52 Mon Sep 17 00:00:00 2001 From: Liam Steckler <553265+buckbanzai@users.noreply.github.com> Date: Fri, 19 Aug 2022 09:07:52 -0700 Subject: [PATCH 1/2] Add splashtopbusiness label --- fragments/labels/splashtopbusiness.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fragments/labels/splashtopbusiness.sh diff --git a/fragments/labels/splashtopbusiness.sh b/fragments/labels/splashtopbusiness.sh new file mode 100644 index 0000000..76c8b0e --- /dev/null +++ b/fragments/labels/splashtopbusiness.sh @@ -0,0 +1,8 @@ +splashtopbusiness) + name="Splashtop Business" + type="pkgInDmg" + splashtopbusinessVersions=$(curl -fsL "https://www.splashtop.com/wp-content/themes/responsive/downloadx.php?product=stb&platform=mac-client") + downloadURL=$(getJSONValue "$splashtopbusinessVersions" "url") + appNewVersion="${${downloadURL#*INSTALLER_v}%*.dmg}" + expectedTeamID="CPQQ3AW49Y" + ;; \ No newline at end of file From faffd059dbf959395d966e4c31bb548a4263c5c7 Mon Sep 17 00:00:00 2001 From: Liam Steckler <553265+buckbanzai@users.noreply.github.com> Date: Fri, 19 Aug 2022 09:10:52 -0700 Subject: [PATCH 2/2] Add newline at end of file --- fragments/labels/splashtopbusiness.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fragments/labels/splashtopbusiness.sh b/fragments/labels/splashtopbusiness.sh index 76c8b0e..e9da7fd 100644 --- a/fragments/labels/splashtopbusiness.sh +++ b/fragments/labels/splashtopbusiness.sh @@ -5,4 +5,4 @@ splashtopbusiness) downloadURL=$(getJSONValue "$splashtopbusinessVersions" "url") appNewVersion="${${downloadURL#*INSTALLER_v}%*.dmg}" expectedTeamID="CPQQ3AW49Y" - ;; \ No newline at end of file + ;;