notepadpp.notepadpp/builder-product.cfg

44 lines
1.4 KiB
INI
Raw Normal View History

2012-01-27 09:03:34 +01:00
############################
# Setup product information
############################
2013-03-14 21:19:24 +01:00
VENDOR="notepad-plus-plus.org"
2012-05-02 18:30:06 +02:00
PN="notepadpp.notepadpp"
2013-03-14 21:19:24 +01:00
NAME="Notepad++"
DESCRIPTION="Notepad++ is a free source code editor and Notepad replacement that supports several languages."
2020-03-06 10:18:41 +01:00
VERSION="7.8.5"
2012-01-27 09:03:34 +01:00
RELEASE="4"
PRIORITY="0"
ADVICE=""
TYPE="public"
ICON_DL_INDEX=0
2012-01-27 09:03:34 +01:00
2020-03-06 11:27:26 +01:00
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"
2020-02-03 11:16:45 +01:00
#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"
2016-10-21 15:44:18 +02:00
DL_WINST_NAME[1]="Install32Exe"
2012-01-27 09:03:34 +01:00
2016-10-21 15:44:18 +02:00
DL_FILE[2]="npp.${VERSION}.Installer.x64.exe"
2020-02-03 11:16:45 +01:00
#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"
2016-10-21 15:44:18 +02:00
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]="Install64Exe"
2017-08-18 14:55:06 +02:00
DL_FILE[3]="npplauncher.exe"
2019-10-11 13:20:09 +02:00
DL_SOURCE[3]="https://github.com/przemoc/npplauncher/releases/download/v0.6a/notepad.exe"
2016-10-21 15:44:18 +02:00
DL_ARCH[3]="X86"
2013-03-20 22:52:34 +01:00
2013-03-14 21:19:24 +01:00
OPSI_INI_SECTION[0]="X86"
2013-03-20 22:52:34 +01:00
OPSI_INI_OPTION[0]="UninstallProg32"
2013-03-14 21:19:24 +01:00
OPSI_INI_VALUE[0]="uninstall.exe"
2013-03-20 22:52:34 +01:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="UninstallProg64"
OPSI_INI_VALUE[1]="uninstall.exe"
2014-09-26 15:05:53 +02:00