mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Add VSCodium
This commit is contained in:
@@ -791,6 +791,15 @@ snagit2020)
|
||||
downloadURL="https://download.techsmith.com/snagitmac/releases/Snagit.dmg"
|
||||
expectedTeamID="7TQL462TU8"
|
||||
;;
|
||||
vscodium)
|
||||
name="VSCodium"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fs "https://api.github.com/repos/HandBrake/HandBrake/releases/latest" \
|
||||
| awk -F '"' "/browser_download_url/ && /dmg/ && ! /sig/ && ! /CLI/ && ! /sha256/ { print \$4 }")
|
||||
expectedTeamID="C7S3ZQ2B8V"
|
||||
appName="VSCodium.app"
|
||||
blockingProcesses=( Electron )
|
||||
;;
|
||||
|
||||
|
||||
# MARK: add new labels above here
|
||||
|
||||
Reference in New Issue
Block a user