diff --git a/builder-product.cfg b/builder-product.cfg index 0995849..5c63190 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -14,14 +14,14 @@ TYPE="restrict" # File object array ##################### -FILE[0]="MicrosoftPowerPoint.png" -SOURCE[0]="http://files.softicons.com/download/application-icons/microsoft-office-icons-by-878952/png/512/Microsoft%20Office%20PowerPoint.png" +DL_FILE[0]="MicrosoftPowerPoint.png" +DL_SOURCE[0]="http://files.softicons.com/download/application-icons/microsoft-office-icons-by-878952/png/512/Microsoft%20Office%20PowerPoint.png" -FILE[1]="PowerPointViewer.exe" -SOURCE[1]="http://download.microsoft.com/download/9/F/7/9F742C8F-8C70-4498-B4D1-539BE36A1077/PowerPointViewer.exe" -ARCH[1]="X86" -WINST[1]="InstallExe" +DL_FILE[1]="PowerPointViewer.exe" +DL_SOURCE[1]="http://download.microsoft.com/download/9/F/7/9F742C8F-8C70-4498-B4D1-539BE36A1077/PowerPointViewer.exe" +DL_ARCH[1]="X86" +DL_WINST[1]="InstallExe" # File array index for the image showing while installing the program -ICON_FILE_INDEX=0 +ICON_DL_INDEX=0