38 lines
1.2 KiB
INI
38 lines
1.2 KiB
INI
VENDOR="jochenwierum.github.com"
|
|
PN="openvpn.manager"
|
|
NAME="OpenVPN Manager"
|
|
DESCRIPTION="OpenVPN Manager is a GUI for the OpenVPN Management Interface to control OpenVPN"
|
|
VERSION="0.0.3.8"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="vpnfeat.png"
|
|
DL_SOURCE[0]="https://www.mjdtech.net/content/images/2016/02/vpnfeat.png"
|
|
|
|
DL_FILE[1]="openvpnmanager_${VERSION}_bin.zip"
|
|
DL_SOURCE[1]="https://github.com/jochenwierum/openvpn-manager/releases/download/release_${VERSION//./_}/openvpnmanager_${VERSION}_bin.zip"
|
|
DL_ARCH[1]="ALL"
|
|
DL_EXTRACT_FORMAT[1]="unzip"
|
|
|
|
DL_FILE[2]="openvpnmanager_${VERSION}_setup.exe"
|
|
DL_SOURCE[2]="https://github.com/jochenwierum/openvpn-manager/releases/download/release_${VERSION//./_}/openvpnmanager_${VERSION}_setup.exe"
|
|
DL_ARCH[2]="TEMP"
|
|
DL_EXTRACT_FORMAT[2]="7zip"
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="UninstallProg32"
|
|
OPSI_INI_VALUE[0]="OpenVPNManager.exe"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="UninstallProg64"
|
|
OPSI_INI_VALUE[1]="OpenVPNManager.exe"
|
|
|