32 lines
856 B
INI
32 lines
856 B
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="peazip.org"
|
|
PN="peazip.peazip"
|
|
VERSION="4.8"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
|
|
DL_FILE[0]="peazip-logo-primary.jpg"
|
|
DL_SOURCE[0]="http://cf.juggle-images.com/matte/white/280x280/peazip-logo-primary.jpg"
|
|
|
|
DL_FILE[1]="peazip-${VERSION}.WINDOWS.exe"
|
|
DL_SOURCE[1]="http://downloads.sourceforge.net/peazip/peazip-${VERSION}.WINDOWS.exe"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=Install32Exe
|
|
|
|
DL_FILE[2]="peazip-${VERSION}.WIN64.exe"
|
|
DL_SOURCE[2]="http://downloads.sourceforge.net/peazip/peazip-${VERSION}.WIN64.exe"
|
|
DL_ARCH[2]="X86_64"
|
|
DL_WINST_NAME[2]=Install64Exe
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|