vivaldi.browser/builder-product.cfg

39 lines
1.0 KiB
INI
Raw Normal View History

2016-05-13 14:57:43 +02:00
############################
# Setup product information
############################
VENDOR="vivaldi.com"
PN="vivaldi.browser"
NAME="Vivaldi"
DESCRIPTION="Dropin Repalcement for Classic Opera"
VERSION="2.8.1664.35"
2016-05-13 14:57:43 +02:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
TYPE="public"
2019-09-27 12:32:15 +02:00
DL_FILE[0]="new_viv_icon.png"
2019-06-07 14:56:17 +02:00
DL_SOURCE[0]="https://vivaldi.com/wp-content/themes/vivaldicom-theme/img/press/icons/viv_icon.png"
2016-05-13 14:57:43 +02:00
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]="Vivaldi.${VERSION}.x86.exe"
2016-05-13 14:57:43 +02:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="UninstallProg64"
OPSI_INI_VALUE[1]="Vivaldi.${VERSION}.x64.exe"
2016-05-13 14:57:43 +02:00