Create Pritunl

Label for Pritunl
This commit is contained in:
nestyurkin
2021-12-28 19:22:11 +03:00
committed by GitHub
parent fd4e00d1fd
commit c302cf6376

View File

@@ -0,0 +1,13 @@
pritunl)
name="Pritunl"
type="pkgInZip"
if [[ $(arch) == "arm64" ]]; then
archiveName="Pritunl.arm64.pkg.zip"
downloadURL=$(downloadURLFromGit pritunl pritunl-client-electron)
elif [[ $(arch) == "i386" ]]; then
archiveName="Pritunl.pkg.zip"
downloadURL=$(downloadURLFromGit pritunl pritunl-client-electron)
fi
appNewVersion=$(versionFromGit pritunl pritunl-client-electron)
expectedTeamID="U22BLATN63"
;;