syntevo.smartgithg/builder-product.cfg

35 lines
1002 B
INI
Raw Normal View History

2013-07-30 16:59:56 +02:00
############################
# Setup product information
############################
VENDOR="syntevo.com"
PN="syntevo.smartgithg"
NAME="SmartGit/Hg"
DESCRIPTION="SmartGit/Hg is a client for Git and Mercurial."
2018-03-01 13:15:16 +01:00
VERSION="17.1.5"
2013-07-30 16:59:56 +02:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2014-07-31 12:46:14 +02:00
DL_FILE[0]="SmartGitSyntevo.png"
DL_SOURCE[0]="http://www.clearvision-cm.com/wp-content/uploads/2013/12/SmartGitSyntevo.png"
2013-07-30 16:59:56 +02:00
2017-03-17 16:00:53 +01:00
DL_FILE[1]="smartgit-win32-setup-jre-${VERSION//./_}.zip"
2018-03-01 13:15:16 +01:00
DL_SOURCE[1]="https://www.syntevo.com/downloads/smartgit/smartgit-win32-setup-jre-${VERSION//./_}.zip"
2013-07-30 16:59:56 +02:00
DL_ARCH[1]="X86"
DL_EXTRACT_FORMAT[1]="unzip"
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
WINST_NAME[0]="InstallExe"
2017-03-17 16:00:53 +01:00
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\setup-${VERSION//./_}-jre.exe"
2013-07-30 16:59:56 +02:00
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg"
OPSI_INI_VALUE[0]="unins000.exe"