mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +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
|
vanilla
|
||||||
veracrypt
|
veracrypt
|
||||||
vimac
|
vimac
|
||||||
|
virtualbox
|
||||||
viscosity
|
viscosity
|
||||||
visualstudiocode
|
visualstudiocode
|
||||||
vivaldi
|
vivaldi
|
||||||
|
|||||||
@@ -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"
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user