35 lines
974 B
INI
35 lines
974 B
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="syntevo.com"
|
|
PN="syntevo.smartgithg"
|
|
NAME="SmartGit/Hg"
|
|
DESCRIPTION="SmartGit/Hg is a client for Git and Mercurial."
|
|
VERSION="19.1.1"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
|
|
DL_FILE[0]="smartgit-8c1aa1e2.svg"
|
|
DL_SOURCE[0]="https://www.syntevo.com/assets/images/logos/smartgit-8c1aa1e2.svg"
|
|
|
|
DL_FILE[1]="smartgit-win-${VERSION//./_}.zip"
|
|
DL_SOURCE[1]="https://www.syntevo.com/downloads/smartgit/smartgit-win-${VERSION//./_}.zip"
|
|
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"
|
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\smartgit-${VERSION//./_}-setup.exe"
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="UninstallProg"
|
|
OPSI_INI_VALUE[0]="unins000.exe"
|