43 lines
1.1 KiB
INI
43 lines
1.1 KiB
INI
|
############################
|
||
|
# Setup product information
|
||
|
############################
|
||
|
VENDOR="signal.org"
|
||
|
PN="signal.desktop"
|
||
|
NAME="Signal"
|
||
|
DESCRIPTION="Signal is an Open Source Secure Messenger app with many useful features."
|
||
|
VERSION="1.27.3"
|
||
|
RELEASE="3"
|
||
|
PRIORITY="0"
|
||
|
ADVICE=""
|
||
|
|
||
|
# TYPE - defines, if the install files are public or restricted.
|
||
|
# Valid value: restricted | public
|
||
|
TYPE="public"
|
||
|
|
||
|
|
||
|
DL_FILE[0]="Signal_Blue_Icon.png"
|
||
|
DL_SOURCE[0]="https://upload.wikimedia.org/wikipedia/commons/4/4f/Signal_Blue_Icon.png"
|
||
|
|
||
|
DL_FILE[1]="signal-desktop-win-${VERSION}.exe"
|
||
|
DL_SOURCE[1]="https://updates.signal.org/desktop/signal-desktop-win-${VERSION}.exe"
|
||
|
DL_ARCH[1]="X86"
|
||
|
DL_WINST_NAME[1]=InstallExe
|
||
|
|
||
|
# File array index for the image showing while installing the program
|
||
|
ICON_DL_INDEX=0
|
||
|
|
||
|
#######################################
|
||
|
# specify Executable for Desktop link
|
||
|
#######################################
|
||
|
|
||
|
on 32bit or 64bit packages
|
||
|
WINST_NAME[0]="ProgramExecutable"
|
||
|
WINST_VALUE[0]="Signal.exe"
|
||
|
|
||
|
######################################
|
||
|
|
||
|
OPSI_INI_SECTION[0]="X86"
|
||
|
OPSI_INI_OPTION[0]="UninstallExecutable"
|
||
|
OPSI_INI_VALUE[0]="Uninstall Signal.exe"
|
||
|
|