diff --git a/builder-product.cfg b/builder-product.cfg index 5ab9152..f8b1a38 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -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