bluegriffon.bluegriffon/builder-product.cfg

32 lines
888 B
INI
Raw Permalink Normal View History

2015-08-20 14:46:03 +02:00
############################
# Setup product information
############################
VENDOR="bluegriffon.org"
PN="bluegriffon.bluegriffon"
NAME="BlueGriffon"
DESCRIPTION="The next-generation Web Editor based on the rendering engine of Firefox."
2019-10-14 17:05:42 +02:00
VERSION="3.1"
2015-08-20 14:46:03 +02:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2015-08-20 14:52:05 +02:00
DL_FILE[0]="bglogo.png"
DL_SOURCE[0]="http://osx.wdfiles.com/local--files/icon:bglogo/bglogo.png"
2015-08-20 14:46:03 +02:00
2017-10-30 13:32:23 +01:00
DL_FILE[1]="bluegriffon-${VERSION}.win-x86_64.exe"
DL_SOURCE[1]="http://bluegriffon.org/freshmeat/${VERSION}/bluegriffon-${VERSION}.win-x86_64.exe"
2015-08-20 14:46:03 +02:00
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=InstallExe
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg"
OPSI_INI_VALUE[0]="unins000.exe"