Revert "Create new label idrivethin"

This reverts commit 0141b8334e.
This commit is contained in:
worthypants
2022-05-03 16:35:14 +02:00
parent 0141b8334e
commit 01d00aa361
3 changed files with 2 additions and 30 deletions

1
.gitignore vendored
View File

@@ -12,4 +12,3 @@ scratch/
# do include Installomator .pkg files # do include Installomator .pkg files
#!Installomator-*.pkg #!Installomator-*.pkg
checkLabelCurrent.sh checkLabelCurrent.sh
Installomator.sh

View File

@@ -302,8 +302,8 @@ if [[ $(/usr/bin/arch) == "arm64" ]]; then
rosetta2=no rosetta2=no
fi fi
fi fi
VERSION="9.2beta" VERSION="9.1"
VERSIONDATE="2022-05-03" VERSIONDATE="2022-03-18"
# MARK: Functions # MARK: Functions
@@ -2534,24 +2534,6 @@ icons)
appNewVersion=$(versionFromGit sap macOS-icon-generator ) appNewVersion=$(versionFromGit sap macOS-icon-generator )
expectedTeamID="7R5ZEU67FQ" expectedTeamID="7R5ZEU67FQ"
;; ;;
idrive)
name="IDrive"
type="pkgInDmg"
pkgName="IDrive.pkg"
downloadURL=$(curl -fs https://static.idriveonlinebackup.com/downloads/version_mac.js | sed 's/.*href\([^;]*\).*/\1/' | sed 's/.*\(https.*dmg\).*/\1/g')
appNewVersion=$(curl -fs https://static.idriveonlinebackup.com/downloads/version_mac.js | sed 's/.*mac_vernum=\([^;]*\).*/\1/' | sed 's/.*Version \([0-9.]*\).*/\1/')
versionKey="CFBundleVersion"
expectedTeamID="JWDCNYZ922"
;;
idrivethin)
name="IDrive"
type="pkgInDmg"
pkgName="IDriveThin.pkg"
downloadURL=$(curl -fs https://static.idriveonlinebackup.com/downloads/idrivethin/thin_version.js | sed 's/.*thinclient-mac\([^;]*\).*/\1/' | sed 's/.*\(https.*dmg\).*/\1/g')
appNewVersion=$(curl -fs https://static.idriveonlinebackup.com/downloads/idrivethin/thin_version.js | sed 's/.*thin_mac_ver=\([^;]*\).*/\1/' | sed 's/.*Version \([0-9.]*\).*/\1/')
versionKey="CFBundleVersion"
expectedTeamID="JWDCNYZ922"
;;
iina) iina)
name="IINA" name="IINA"
type="dmg" type="dmg"

View File

@@ -1,9 +0,0 @@
idrivethin)
name="IDrive"
type="pkgInDmg"
pkgName="IDriveThin.pkg"
downloadURL=$(curl -fs https://static.idriveonlinebackup.com/downloads/idrivethin/thin_version.js | sed 's/.*thinclient-mac\([^;]*\).*/\1/' | sed 's/.*\(https.*dmg\).*/\1/g')
appNewVersion=$(curl -fs https://static.idriveonlinebackup.com/downloads/idrivethin/thin_version.js | sed 's/.*thin_mac_ver=\([^;]*\).*/\1/' | sed 's/.*Version \([0-9.]*\).*/\1/')
versionKey="CFBundleVersion"
expectedTeamID="JWDCNYZ922"
;;