This commit is contained in:
nestyurkin
2021-12-30 23:49:35 +03:00
committed by GitHub
parent 9797da6023
commit bd261b1c63

View File

@@ -4,11 +4,10 @@ pritunl)
packageID="com.pritunl.pkg.Pritunl"
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
downloadURL=$(downloadURLFromGit pritunl pritunl-client-electron)
appNewVersion=$(versionFromGit pritunl pritunl-client-electron)
expectedTeamID="U22BLATN63"
;;