Use github label

This commit is contained in:
Janez Troha
2021-12-04 10:45:32 +01:00
committed by GitHub
parent 107f39599e
commit 304df956b9
2 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
paretosecurity)
name="Pareto Security"
type="dmg"
downloadURL=$(downloadURLFromGit ParetoSecurity pareto-mac)
appNewVersion=$(versionFromGit ParetoSecurity pareto-mac)
expectedTeamID="PM784W7B8X"
;;

View File

@@ -1,7 +0,0 @@
paretosecurity)
name="Pareto Security"
type="dmg"
downloadURL=$(curl -fs "https://api.github.com/repos/ParetoSecurity/pareto-mac/releases/latest" \
| awk -F '"' '/browser_download_url/ && /dmg/ { print $4 }')
expectedTeamID="PM784W7B8X"
;;