Convert builder-product.cfg to new devtools API
This commit is contained in:
parent
de0a105239
commit
1371b3da37
@ -14,14 +14,14 @@ TYPE="restrict"
|
|||||||
# File object array
|
# File object array
|
||||||
#####################
|
#####################
|
||||||
|
|
||||||
FILE[0]="MicrosoftPowerPoint.png"
|
DL_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_SOURCE[0]="http://files.softicons.com/download/application-icons/microsoft-office-icons-by-878952/png/512/Microsoft%20Office%20PowerPoint.png"
|
||||||
|
|
||||||
FILE[1]="PowerPointViewer.exe"
|
DL_FILE[1]="PowerPointViewer.exe"
|
||||||
SOURCE[1]="http://download.microsoft.com/download/9/F/7/9F742C8F-8C70-4498-B4D1-539BE36A1077/PowerPointViewer.exe"
|
DL_SOURCE[1]="http://download.microsoft.com/download/9/F/7/9F742C8F-8C70-4498-B4D1-539BE36A1077/PowerPointViewer.exe"
|
||||||
ARCH[1]="X86"
|
DL_ARCH[1]="X86"
|
||||||
WINST[1]="InstallExe"
|
DL_WINST[1]="InstallExe"
|
||||||
|
|
||||||
# File array index for the image showing while installing the program
|
# File array index for the image showing while installing the program
|
||||||
ICON_FILE_INDEX=0
|
ICON_DL_INDEX=0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user