From 7438aa403c6764da49da644f3b1bb3b4e193f730 Mon Sep 17 00:00:00 2001 From: AP Orlebeke Date: Sun, 23 Aug 2020 23:57:58 -0400 Subject: [PATCH] Fix URL --- Installomator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index c62f8da..4b1252a 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -794,7 +794,7 @@ snagit2020) vscodium) name="VSCodium" 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 }") expectedTeamID="C7S3ZQ2B8V" appName="VSCodium.app"