54 lines
1.5 KiB
INI
54 lines
1.5 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.0"
|
||
|
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}-x86.msi"
|
||
|
DL_SOURCE[1]="https://github.com/mattermost/desktop/releases/download/v4.3-rc1/mattermost-desktop-v${VERSION}-x86.msi"
|
||
|
DL_ARCH[1]="X86"
|
||
|
DL_WINST_NAME[1]=Install32Msi
|
||
|
|
||
|
DL_FILE[2]="mattermost-desktop-v${VERSION}-x64.msi"
|
||
|
DL_SOURCE[2]="https://github.com/mattermost/desktop/releases/download/v4.3-rc1/mattermost-desktop-v${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
|
||
|
|
||
|
#######################################
|
||
|
# 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]="{E7E05E6B-9221-4513-8974-33B768F8EE51}"
|
||
|
|
||
|
OPSI_INI_SECTION[1]="X86_64"
|
||
|
OPSI_INI_OPTION[1]="MsiId64"
|
||
|
OPSI_INI_VALUE[1]="{7C2ECB24-2608-4A0A-94EE-B570BA49DC27}"
|
||
|
|