mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-10 06:13:12 +01:00
Use github label
This commit is contained in:
7
fragments/labels/paretosecurity.sh
Normal file
7
fragments/labels/paretosecurity.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
paretosecurity)
|
||||||
|
name="Pareto Security"
|
||||||
|
type="dmg"
|
||||||
|
downloadURL=$(downloadURLFromGit ParetoSecurity pareto-mac)
|
||||||
|
appNewVersion=$(versionFromGit ParetoSecurity pareto-mac)
|
||||||
|
expectedTeamID="PM784W7B8X"
|
||||||
|
;;
|
||||||
@@ -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"
|
|
||||||
;;
|
|
||||||
Reference in New Issue
Block a user