mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Create new label idrivethin
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -12,3 +12,4 @@ scratch/
|
||||
# do include Installomator .pkg files
|
||||
#!Installomator-*.pkg
|
||||
checkLabelCurrent.sh
|
||||
Installomator.sh
|
||||
|
||||
@@ -302,8 +302,8 @@ if [[ $(/usr/bin/arch) == "arm64" ]]; then
|
||||
rosetta2=no
|
||||
fi
|
||||
fi
|
||||
VERSION="9.1"
|
||||
VERSIONDATE="2022-03-18"
|
||||
VERSION="9.2beta"
|
||||
VERSIONDATE="2022-05-03"
|
||||
|
||||
# MARK: Functions
|
||||
|
||||
@@ -2534,6 +2534,24 @@ icons)
|
||||
appNewVersion=$(versionFromGit sap macOS-icon-generator )
|
||||
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)
|
||||
name="IINA"
|
||||
type="dmg"
|
||||
|
||||
9
fragments/labels/idrivethin.sh
Normal file
9
fragments/labels/idrivethin.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
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"
|
||||
;;
|
||||
Reference in New Issue
Block a user