notepadpp.notepadpp/builder-product.cfg

44 lines
1.4 KiB
INI

############################
# Setup product information
############################
VENDOR="notepad-plus-plus.org"
PN="notepadpp.notepadpp"
NAME="Notepad++"
DESCRIPTION="Notepad++ is a free source code editor and Notepad replacement that supports several languages."
VERSION="7.8.5"
RELEASE="4"
PRIORITY="0"
ADVICE=""
TYPE="public"
ICON_DL_INDEX=0
DL_FILE[0]="Notepad_plus_plus_logo.svg"
DL_SOURCE[0]="https://notepad-plus-plus.org/images/logo.svg"
DL_FILE[1]="npp.${VERSION}.Installer.exe"
#DL_SOURCE[1]="http://download.notepad-plus-plus.org/repository/7.x/${VERSION}/npp.${VERSION}.Installer.exe"
DL_SOURCE[1]="https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v${VERSION}/npp.${VERSION}.Installer.exe"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]="Install32Exe"
DL_FILE[2]="npp.${VERSION}.Installer.x64.exe"
#DL_SOURCE[2]="http://download.notepad-plus-plus.org/repository/7.x/${VERSION}/npp.${VERSION}.Installer.x64.exe"
DL_SOURCE[2]="https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v${VERSION}/npp.${VERSION}.Installer.x64.exe"
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]="Install64Exe"
DL_FILE[3]="npplauncher.exe"
DL_SOURCE[3]="https://github.com/przemoc/npplauncher/releases/download/v0.6a/notepad.exe"
DL_ARCH[3]="X86"
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg32"
OPSI_INI_VALUE[0]="uninstall.exe"
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="UninstallProg64"
OPSI_INI_VALUE[1]="uninstall.exe"