Convert builder-product.cfg to new devtools API

This commit is contained in:
Daniel Schwager 2012-01-30 23:07:26 +01:00
parent 8ff967574b
commit 0f0697fccd
1 changed files with 11 additions and 12 deletions

View File

@ -13,20 +13,19 @@ ADVICE=""
TYPE="public"
FILE[0]="7z_rm01.jpg"
SOURCE[0]="http://www.7-zip.de/logos/7z_rm01.jpg"
WINST[0]=IconFile
DL_FILE[0]="7z_rm01.jpg"
DL_SOURCE[0]="http://www.7-zip.de/logos/7z_rm01.jpg"
FILE[1]="7z920.exe"
SOURCE[1]="http://downloads.sourceforge.net/sevenzip/7z920.exe"
ARCH[1]="X86"
WINST[1]=Install32Exe
DL_FILE[1]="7z920.exe"
DL_SOURCE[1]="http://downloads.sourceforge.net/sevenzip/7z920.exe"
DL_ARCH[1]="X86"
DL_WINST[1]=Install32Exe
FILE[2]="7z920-x64.msi"
SOURCE[2]="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
ARCH[2]="X86_64"
WINST[2]=Install64Msi
DL_FILE[2]="7z920-x64.msi"
DL_SOURCE[2]="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
DL_ARCH[2]="X86_64"
DL_WINST[2]=Install64Msi
# File array index for the image showing while installing the program
ICON_FILE_INDEX=0
ICON_DL_INDEX=0