converted to new opsi-builder format

This commit is contained in:
Daniel Schwager 2012-01-31 00:09:30 +01:00
parent f6e2f18203
commit 52ff080a0a
1 changed files with 7 additions and 7 deletions

View File

@ -14,14 +14,14 @@ TYPE="public"
# File object array
#####################
FILE[0]="putty.png"
SOURCE[0]="http://agentur-lindner.com/files/2008/01/putty.png"
DL_FILE[0]="putty.png"
DL_SOURCE[0]="http://agentur-lindner.com/files/2008/01/putty.png"
FILE[1]="putty-$VERSION-installer.exe"
SOURCE[1]="http://the.earth.li/~sgtatham/putty/latest/x86/putty-$VERSION-installer.exe"
ARCH[1]="X86"
WINST[1]="InstallExe"
DL_FILE[1]="putty-$VERSION-installer.exe"
DL_SOURCE[1]="http://the.earth.li/~sgtatham/putty/latest/x86/putty-$VERSION-installer.exe"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]="InstallExe"
# File array index for the image showing while installing the program
ICON_FILE_INDEX=0
ICON_DL_INDEX=0