mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-20 21:03:35 +00:00
Fix URL
This commit is contained in:
@@ -794,7 +794,7 @@ snagit2020)
|
|||||||
vscodium)
|
vscodium)
|
||||||
name="VSCodium"
|
name="VSCodium"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
downloadURL=$(curl -fs "https://api.github.com/repos/HandBrake/HandBrake/releases/latest" \
|
downloadURL=$(curl -fs "https://api.github.com/repos/VSCodium/vscodium/releases/latest" \
|
||||||
| awk -F '"' "/browser_download_url/ && /dmg/ && ! /sig/ && ! /CLI/ && ! /sha256/ { print \$4 }")
|
| awk -F '"' "/browser_download_url/ && /dmg/ && ! /sig/ && ! /CLI/ && ! /sha256/ { print \$4 }")
|
||||||
expectedTeamID="C7S3ZQ2B8V"
|
expectedTeamID="C7S3ZQ2B8V"
|
||||||
appName="VSCodium.app"
|
appName="VSCodium.app"
|
||||||
|
|||||||
Reference in New Issue
Block a user