Inital commit
This commit is contained in:
38
builder-product.cfg
Normal file
38
builder-product.cfg
Normal file
@@ -0,0 +1,38 @@
|
||||
############################
|
||||
# Setup product information
|
||||
############################
|
||||
VENDOR="jitsi.org"
|
||||
PN="jitsi.jitsi"
|
||||
VERSION="2.0.4506.10553"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
|
||||
# TYPE - defines, if the install files are public or restricted.
|
||||
# Valid value: restricted | public
|
||||
TYPE="public"
|
||||
|
||||
|
||||
DL_FILE[0]="jitsi_logo.svg"
|
||||
DL_SOURCE[0]="https://jitsi.org/logo/jitsi_logo.svg"
|
||||
|
||||
DL_FILE[1]="jitsi-${VERSION}-x86.msi"
|
||||
DL_SOURCE[1]="https://download.jitsi.org/jitsi/msi/jitsi-${VERSION}-x86.msi"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]=Install32Msi
|
||||
|
||||
DL_FILE[2]="jitsi-${VERSION}-x64.msi"
|
||||
DL_SOURCE[2]="https://download.jitsi.org/jitsi/msi/jitsi-${VERSION}-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]="{2EFD9372-92FB-4F67-ACEF-760A8F815028}
|
||||
"
|
||||
|
||||
WINST_NAME[1]="MsiId64"
|
||||
WINST_VALUE[1]="{F268A317-E86E-4B7D-9C8B-99E193A65F42}"
|
||||
|
||||
Reference in New Issue
Block a user