Merge branch 'dev' into vscodium-add

This commit is contained in:
Armin Briegel
2020-08-25 14:07:18 +02:00
committed by GitHub

View File

@@ -147,7 +147,7 @@ downloadURLFromGit() { # $1 git user name, $2 git repo name
| awk -F '"' "/browser_download_url/ && /$archiveName/ { print \$4 }")
else
downloadURL=$(curl --silent --fail "https://api.github.com/repos/$gitusername/$gitreponame/releases/latest" \
| awk -F '"' "/browser_download_url/ && /$filetype/ { print \$4 }")
| awk -F '"' "/browser_download_url/ && /$filetype\"/ { print \$4 }")
fi
if [ -z "$downloadURL" ]; then
printlog "could not retrieve download URL for $gitusername/$gitreponame"
@@ -799,6 +799,11 @@ vscodium)
expectedTeamID="C7S3ZQ2B8V"
appName="VSCodium.app"
blockingProcesses=( Electron )
keepassxc)
name="KeePassXC"
type="dmg"
downloadURL="$(downloadURLFromGit keepassxreboot keepassxc)"
expectedTeamID="G2S7P7J672"
;;