From 3a49c77fb3e7bd92c7db45b598b1f6a4fec115e2 Mon Sep 17 00:00:00 2001 From: Daniel Schwager Date: Mon, 30 Jan 2012 23:10:44 +0100 Subject: [PATCH] Convert builder-product.cfg to new devtools API --- builder-product.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/builder-product.cfg b/builder-product.cfg index 91a06b1..2034f6b 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -8,13 +8,13 @@ PRIORITY="0" ADVICE="" TYPE="public" -ICON_FILE_INDEX=0 +ICON_DL_INDEX=0 -FILE[0]="notepad.png" -SOURCE[0]="http://www.haririalghazir.com/wp-content/uploads/2011/03/notepad.png" -WINST[0]=IconFile +DL_FILE[0]="notepad.png" +DL_SOURCE[0]="http://www.haririalghazir.com/wp-content/uploads/2011/03/notepad.png" + +DL_FILE[1]="npp.${VERSION}.Installer.exe" +DL_SOURCE[1]="http://download.tuxfamily.org/notepadplus/${VERSION}/npp.${VERSION}.Installer.exe" +DL_ARCH[1]="X86" +DL_WINST[1]_NAME="InstallerExe" -FILE[1]="npp.${VERSION}.Installer.exe" -SOURCE[1]="http://download.tuxfamily.org/notepadplus/${VERSION}/npp.${VERSION}.Installer.exe" -ARCH[1]="X86" -WINST[1]="InstallerExe"