7zip.7zip/builder-product.cfg

32 lines
782 B
INI

############################
# Setup product information
############################
VENDOR="7-zip.org"
PN="7zip"
VERSION="9.20"
RELEASE="2"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricteded.
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="7zip-icon.png"
DL_SOURCE[0]="http://icons.iconarchive.com/icons/benjigarner/softdimension/256/7zip-icon.png"
DL_FILE[1]="7z920.exe"
DL_SOURCE[1]="http://downloads.sourceforge.net/sevenzip/7z920.exe"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=Install32Exe
DL_FILE[2]="7z920-x64.msi"
DL_SOURCE[2]="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
DL_ARCH[2]="X86_64"
DL_WINS_NAMET[2]=Install64Msi
# File array index for the image showing while installing the program
ICON_DL_INDEX=0