vivaldi.browser/builder-product.cfg

39 lines
1.1 KiB
INI

############################
# Setup product information
############################
VENDOR="vivaldi.com"
PN="vivaldi.browser"
NAME="Vivaldi"
DESCRIPTION="Dropin Repalcement for Classic Opera"
VERSION="2.11.1811.47"
RELEASE="3"
PRIORITY="0"
ADVICE=""
TYPE="public"
DL_FILE[0]="viv_icon.png"
DL_SOURCE[0]="https://user-images.githubusercontent.com/8083855/45001542-e4bd1e80-afde-11e8-812c-dfbf6b6ab9ff.png"
DL_FILE[1]="Vivaldi.${VERSION}.x86.exe"
DL_SOURCE[1]="https://downloads.vivaldi.com/stable/Vivaldi.${VERSION}.exe"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=Install32Exe
DL_FILE[2]="Vivaldi.${VERSION}.x64.exe"
DL_SOURCE[2]="https://downloads.vivaldi.com/stable/Vivaldi.${VERSION}.x64.exe"
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]=Install64Exe
# 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]="Application\\${VERSION}\\Installer\\setup.exe"
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="UninstallProg64"
OPSI_INI_VALUE[1]="Application\\${VERSION}\\Installer\\setup.exe"