googlecode.tortoisegit/builder-product.cfg

59 lines
1.9 KiB
INI
Raw Normal View History

2013-08-18 11:14:25 +02:00
############################
# Setup product information
############################
VENDOR="code.google.com"
PN="googlecode.tortoisegit"
NAME="TortoiseGit"
DESCRIPTION="The coolest Interface to Git Version Control"
2016-10-04 15:33:28 +02:00
VERSION="2.3.0.0"
2013-08-18 11:14:25 +02:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="Tortoisegit-logo.png"
DL_SOURCE[0]="http://upload.wikimedia.org/wikipedia/commons/b/b3/Tortoisegit-logo.png"
DL_FILE[1]="TortoiseGit-${VERSION}-32bit.msi"
2016-03-18 16:30:19 +01:00
DL_SOURCE[1]="https://download.tortoisegit.org/tgit/${VERSION}/TortoiseGit-${VERSION}-32bit.msi"
2013-08-18 11:14:25 +02:00
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=Install32Msi
DL_FILE[2]="TortoiseGit-${VERSION}-64bit.msi"
2016-03-18 16:30:19 +01:00
DL_SOURCE[2]="https://download.tortoisegit.org/tgit/${VERSION}/TortoiseGit-${VERSION}-64bit.msi"
2013-08-18 11:14:25 +02:00
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]=Install64Msi
DL_FILE[3]="TortoiseGit-LanguagePack-${VERSION}-32bit-de.msi"
2016-03-18 16:30:19 +01:00
DL_SOURCE[3]="https://download.tortoisegit.org/tgit/${VERSION}/TortoiseGit-LanguagePack-${VERSION}-32bit-de.msi"
2013-08-18 11:14:25 +02:00
DL_ARCH[3]="X86"
DL_WINST_NAME[3]=InstallLangDe32Msi
DL_FILE[4]="TortoiseGit-LanguagePack-${VERSION}-64bit-de.msi"
2016-03-18 16:30:19 +01:00
DL_SOURCE[4]="https://download.tortoisegit.org/tgit/${VERSION}/TortoiseGit-LanguagePack-${VERSION}-64bit-de.msi"
2013-08-18 11:14:25 +02:00
DL_ARCH[4]="X86_64"
DL_WINST_NAME[4]=InstallLangDe64Msi
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId32"
2016-10-04 15:33:28 +02:00
OPSI_INI_VALUE[0]="{EA5CD375-6AE9-4122-8053-21AE4572D907}"
2013-08-18 11:14:25 +02:00
OPSI_INI_SECTION[2]="X86"
OPSI_INI_OPTION[2]="MsiIdLangDe32"
2016-10-04 15:33:28 +02:00
OPSI_INI_VALUE[2]="{B4151C4B-B3E0-48B4-AD3D-EEC0286BCD08}"
2014-05-13 12:32:32 +02:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
2016-10-04 15:33:28 +02:00
OPSI_INI_VALUE[1]="{1604F21B-D2B6-4124-A61A-661400C07143}"
2013-08-18 11:14:25 +02:00
OPSI_INI_SECTION[3]="X86_64"
OPSI_INI_OPTION[3]="MsiIdLangDe64"
2016-10-04 15:33:28 +02:00
OPSI_INI_VALUE[3]="{45A9F09A-0DD8-42EA-87FE-3A97B5B673A6}"
2013-08-18 11:14:25 +02:00