mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
final touches for 9.0 release
This commit is contained in:
1115
Installomator.sh
1115
Installomator.sh
File diff suppressed because it is too large
Load Diff
@@ -368,6 +368,7 @@ vagrant
|
||||
vanilla
|
||||
veracrypt
|
||||
vimac
|
||||
virtualbox
|
||||
viscosity
|
||||
visualstudiocode
|
||||
vivaldi
|
||||
|
||||
@@ -4,4 +4,4 @@ vimac)
|
||||
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}')
|
||||
expectedTeamID="LQ2VH8VB84"
|
||||
;;
|
||||
;;
|
||||
|
||||
@@ -9,8 +9,6 @@ install_location="/usr/local/Installomator/"
|
||||
signature="Developer ID Installer: Armin Briegel (JME5BW3F3R)"
|
||||
|
||||
# notarization
|
||||
dev_team="JME5BW3F3R" # asc-provider
|
||||
dev_account="developer@scriptingosx.com"
|
||||
dev_keychain_label="notary-scriptingosx"
|
||||
|
||||
# parse arguments
|
||||
|
||||
Reference in New Issue
Block a user