more labels

Adding a few labels to see it in a bigger picture
This commit is contained in:
Søren Theilgaard
2021-11-12 09:51:52 +01:00
parent c20ba0274b
commit 4aa7cd7793
4 changed files with 36 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
parallelsdesktop)
name="Parallels Desktop"
#appName="Install.app"
type="dmg"
downloadURL=$(curl -fs https://update.parallels.com/desktop/v17/parallels/parallels_updates.xml | xpath '(//ParallelsUpdates/Product/Version/Update/FilePath)[1]' 2>/dev/null | grep -oi "https*.*\.dmg")
appNewVersion=$(curl -fs https://update.parallels.com/desktop/v17/parallels/parallels_updates.xml | xpath '(//ParallelsUpdates/Product/Version/Update/FilePath)[1]' 2>/dev/null | grep -oi "https*.*\.dmg" | cut -d "/" -f6 | cut -d "-" -f1)
expectedTeamID="4C6364ACXT"
CLIInstaller="Install.app/Contents/MacOS/Install"
CLIArguments=(install -t "/Applications/Parallels Desktop.app")
#Company="Parallels"
#PatchSkip="YES"
;;