final touches for 9.0 release

This commit is contained in:
Armin Briegel
2022-02-08 10:38:40 +01:00
parent 19c1275f12
commit c9d1d458f3
4 changed files with 857 additions and 263 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -368,6 +368,7 @@ vagrant
vanilla vanilla
veracrypt veracrypt
vimac vimac
virtualbox
viscosity viscosity
visualstudiocode visualstudiocode
vivaldi vivaldi

View File

@@ -4,4 +4,4 @@ vimac)
downloadURL=$(curl -fs "https://vimacapp.com/latest-release-metadata" | tr ',' '\n' | awk -F\" '/download_url/ {print $4}') downloadURL=$(curl -fs "https://vimacapp.com/latest-release-metadata" | tr ',' '\n' | awk -F\" '/download_url/ {print $4}')
appNewVersion=$(curl -fs "https://vimacapp.com/latest-release-metadata" | tr ',' '\n' | awk -F\" '/short_version/ {print $4}') appNewVersion=$(curl -fs "https://vimacapp.com/latest-release-metadata" | tr ',' '\n' | awk -F\" '/short_version/ {print $4}')
expectedTeamID="LQ2VH8VB84" expectedTeamID="LQ2VH8VB84"
;; ;;

View File

@@ -9,8 +9,6 @@ install_location="/usr/local/Installomator/"
signature="Developer ID Installer: Armin Briegel (JME5BW3F3R)" signature="Developer ID Installer: Armin Briegel (JME5BW3F3R)"
# notarization # notarization
dev_team="JME5BW3F3R" # asc-provider
dev_account="developer@scriptingosx.com"
dev_keychain_label="notary-scriptingosx" dev_keychain_label="notary-scriptingosx"
# parse arguments # parse arguments