From f98a1d13e6da47978260a575aef178d695603e5a Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 28 Feb 2012 07:35:12 +0100 Subject: [PATCH] correct winst array index --- builder-product.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder-product.cfg b/builder-product.cfg index 69eece0..b8554cb 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -28,5 +28,5 @@ DL_WINST_NAME[2]=Install64Exe # File array index for the image showing while installing the program ICON_DL_INDEX=0 -WINST_NAME[1]="OLDVERSION" -WINST_VALUE[1]="9.04" \ No newline at end of file +WINST_NAME[0]="OLDVERSION" +WINST_VALUE[0]="9.04" \ No newline at end of file