mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-07 21:21:55 +00:00
Merge pull request #750 from KMTMark/openvpnconnectv3-fix
Openvpnconnectv3 fix
This commit is contained in:
@@ -2,6 +2,12 @@ openvpnconnectv3)
|
||||
# credit: @lotnix
|
||||
name="OpenVPN Connect"
|
||||
type="pkgInDmg"
|
||||
if [[ $(arch) == "arm64" ]]; then
|
||||
pkgName="/OpenVPN_Connect_[0-9_()]*_arm64_Installer_signed.pkg"
|
||||
elif [[ $(arch) == "i386" ]]; then
|
||||
pkgName="OpenVPN_Connect_[0-9_()]*_x86_64_Installer_signed.pkg"
|
||||
fi
|
||||
downloadURL="https://openvpn.net/downloads/openvpn-connect-v3-macos.dmg"
|
||||
expectedTeamID="ACV7L3WCD8"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user