mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Minor additions
This commit is contained in:
@@ -2,6 +2,7 @@ wallyezflash)
|
|||||||
name="Wally"
|
name="Wally"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
downloadURL="https://configure.zsa.io/wally/osx"
|
downloadURL="https://configure.zsa.io/wally/osx"
|
||||||
|
# 2022-02-07: Info.plist is totally wrong defined and contains no version information
|
||||||
#appNewVersion=$(curl -fsIL "${downloadURL}" | grep -i ^location | head -1 | sed -E 's/.*\/[a-zA-Z\-]*-([0-9.]*)\..*/\1/g')
|
#appNewVersion=$(curl -fsIL "${downloadURL}" | grep -i ^location | head -1 | sed -E 's/.*\/[a-zA-Z\-]*-([0-9.]*)\..*/\1/g')
|
||||||
expectedTeamID="V32BWKSNYH"
|
expectedTeamID="V32BWKSNYH"
|
||||||
#versionKey="CFBundleVersion"
|
#versionKey="CFBundleVersion"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export PATH=/usr/bin:/bin:/usr/sbin:/sbin
|
|||||||
# MARK: Constants
|
# MARK: Constants
|
||||||
|
|
||||||
# Labels to test in DEBUG=2 mode
|
# Labels to test in DEBUG=2 mode
|
||||||
allLabels=( dbeaverce signal mochatn3270 logitechoptions googlechrome brave macports inkscape devonthink omnidisksweeper microsoftteams applenyfonts sketch sqlpropostgres desktoppr marathon)
|
allLabels=( dbeaverce signal malwarebytes mochatn3270 logitechoptions googlechrome brave macports inkscape devonthink omnidisksweeper microsoftteams applenyfonts sketch sqlpropostgres desktoppr marathon)
|
||||||
|
|
||||||
# Labels to test for real (script use sudo to ask for admin rights)
|
# Labels to test for real (script use sudo to ask for admin rights)
|
||||||
# Purpose is only toest things that are being skipped in DEBUG mode
|
# Purpose is only toest things that are being skipped in DEBUG mode
|
||||||
@@ -33,9 +33,10 @@ allLabelsArg=(
|
|||||||
|
|
||||||
# dbeaverse: dmg without appNewVersion and does not have LSMinimumSystemVersion in Info.plist
|
# dbeaverse: dmg without appNewVersion and does not have LSMinimumSystemVersion in Info.plist
|
||||||
# signal: dmg with appNewVersion
|
# signal: dmg with appNewVersion
|
||||||
|
# malwarebytes: pkg with appNewVersion but not packageID
|
||||||
# mochatn3270: appInDmgInZip with curlOptions
|
# mochatn3270: appInDmgInZip with curlOptions
|
||||||
# logitechoptions pkgInZip with pkgName but without packageID
|
# logitechoptions pkgInZip with pkgName but without packageID
|
||||||
# googlechrome: with appNewVersion
|
# googlechrome: dmg with appNewVersion
|
||||||
# brave: dmg with appNewVersion from versionKey
|
# brave: dmg with appNewVersion from versionKey
|
||||||
# macports: with custom code for archiveName, and with appNewVersion and appCustomVersion
|
# macports: with custom code for archiveName, and with appNewVersion and appCustomVersion
|
||||||
# inkscape: dmg with appCustomVersion
|
# inkscape: dmg with appCustomVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user