54 lines
1.6 KiB
INI
54 lines
1.6 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="itwatch.de"
|
|
PN="mattermost.desktop"
|
|
NAME="Mattermost Desktop"
|
|
DESCRIPTION="Native desktop application for Mattermost running on Windows, Mac, and Linux."
|
|
VERSION="4.3.1"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
|
|
DL_FILE[0]="icon.png"
|
|
DL_SOURCE[0]="http://www.mattermost.org/wp-content/uploads/2016/04/icon.png"
|
|
|
|
DL_FILE[1]="mattermost-desktop-v${VERSION//rc/-rc}-x86.msi"
|
|
DL_SOURCE[1]="https://github.com/mattermost/desktop/releases/download/v${VERSION//rc/-rc}/mattermost-desktop-v${VERSION//rc/-rc}-x86.msi"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=Install32Msi
|
|
|
|
DL_FILE[2]="mattermost-desktop-v${VERSION//rc/-rc}-x64.msi"
|
|
DL_SOURCE[2]="https://github.com/mattermost/desktop/releases/download/v${VERSION//rc/-rc}/mattermost-desktop-v${VERSION//rc/-rc}-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
|
|
|
|
#######################################
|
|
# specify Executable for Desktop link
|
|
#######################################
|
|
|
|
on the dual arch package
|
|
WINST_NAME[0]="ProgramExecutable32"
|
|
WINST_VALUE[0]="Mattermost.exe"
|
|
|
|
WINST_NAME[1]="ProgramExecutable64"
|
|
WINST_VALUE[1]="Mattermost.exe"
|
|
|
|
##### Msi ######
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="MsiId32"
|
|
OPSI_INI_VALUE[0]="{784CD6B2-B51C-4D5B-A63D-0DAD2BBC3389}"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="MsiId64"
|
|
OPSI_INI_VALUE[1]="{C0437176-EF43-4633-A55C-1164B09E8646}"
|
|
|