Minor additions

This commit is contained in:
Søren Theilgaard
2022-02-07 19:11:28 +01:00
parent cf414f7dc6
commit 435a60ac9f
2 changed files with 4 additions and 2 deletions

View File

@@ -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"

View File

@@ -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