Bump and Rename and move to new buildsystem with old package handling
This commit is contained in:
37
builder-product.cfg
Normal file
37
builder-product.cfg
Normal file
@@ -0,0 +1,37 @@
|
||||
############################
|
||||
# Setup product information
|
||||
############################
|
||||
VENDOR="uwe-sieber.de"
|
||||
PN="uwesieber.usbdlm"
|
||||
VERSION="4.7.0.92"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
|
||||
# TYPE - defines, if the install files are public or restricted.
|
||||
# Valid value: restricted | public
|
||||
TYPE="public"
|
||||
|
||||
|
||||
DL_FILE[0]="5df297c3e464a973.jpg"
|
||||
DL_SOURCE[0]="http://www.chip.de/ii/7/7/9/7/7/0/6/5df297c3e464a973.jpg"
|
||||
|
||||
DL_FILE[1]="usbdlm_beta_${VERSION}_x86.msi"
|
||||
DL_SOURCE[1]="http://www.uwe-sieber.de/files/usbdlm_beta.msi"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]=Install32Msi
|
||||
|
||||
DL_FILE[2]="usbdlm_beta_${VERSION}_x64.msi"
|
||||
DL_SOURCE[2]="http://www.uwe-sieber.de/files/usbdlm_beta_x64.msi"
|
||||
DL_ARCH[2]="X86_64"
|
||||
DL_WINST_NAME[2]=Install64Msi
|
||||
|
||||
# File array index for the image showing while installing the program
|
||||
ICON_DL_INDEX=0
|
||||
|
||||
WINST_NAME[0]="MsiId32"
|
||||
WINST_VALUE[0]="{765E5A6F-A253-4D23-B2A8-0DE7CA5D73EF}"
|
||||
|
||||
WINST_NAME[1]="MsiId64"
|
||||
WINST_VALUE[1]="{BAA8B8BD-DBDC-4061-8A98-CFBFE1531BFF}"
|
||||
|
||||
Reference in New Issue
Block a user