general cleanup in prep for release

This commit is contained in:
Armin Briegel
2022-05-16 20:12:48 +02:00
parent 08fd69ae7b
commit ed8e9ef913
15 changed files with 607 additions and 98 deletions

View File

@@ -6,4 +6,4 @@ propresenter7)
downloadURL=$(curl -s "https://api.renewedvision.com/v1/pro/upgrade?platform=macos&osVersion=12&appVersion=771&buildNumber=117899527&includeNotes=false" | grep -Eo '"downloadUrl":.*?[^\]",' | head -n 1 | cut -d \" -f 4 | sed -e 's/\\//g')
appNewVersion=$(curl -s "https://api.renewedvision.com/v1/pro/upgrade?platform=macos&osVersion=12&appVersion=771&buildNumber=117899527&includeNotes=false" | grep -Eo '"version":.*?[^\]",' | head -n 1 | cut -d \" -f 4)
expectedTeamID="97GAAZ6CPX"
;;
;;