rename
This commit is contained in:
parent
4a2c42ebd8
commit
c08bdb3698
@ -28,7 +28,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
;$ProductId$ should be the name of the product in opsi
|
||||
; therefore please: only lower letters, no umlauts,
|
||||
; no white space use '-' as a seperator
|
||||
Set $ProductId$ = "notepad-plus-plus.notepad-plus-plus"
|
||||
Set $ProductId$ = "notepad++.notepad++"
|
||||
Set $MinimumSpace$ = "20 MB"
|
||||
; the path were we find the product after the installation
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\Notepad++"
|
||||
|
@ -21,7 +21,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; ----------------------------------------------------------------
|
||||
; - Please edit the following values -
|
||||
; ----------------------------------------------------------------
|
||||
Set $ProductId$ = "notepad-plus-plus.notepad-plus-plus"
|
||||
Set $ProductId$ = "notepad++.notepad++"
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\Notepad++"
|
||||
Set $LicenseRequired$ = "false"
|
||||
Set $LicensePool$ = "p_" + $ProductId$
|
||||
|
@ -5,7 +5,7 @@ incremental: False
|
||||
|
||||
[Product]
|
||||
type: localboot
|
||||
id: notepad-plus-plus.notepad-plus-plus
|
||||
id: notepad++.notepad++
|
||||
name: Notepad++
|
||||
description: Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.
|
||||
advice: ADVICE
|
||||
|
@ -1,7 +1,7 @@
|
||||
############################
|
||||
# Setup product information
|
||||
############################
|
||||
PN="notepad-plus-plus.notepad-plus-plus"
|
||||
PN="notepad++.notepad++"
|
||||
VERSION="6.1.2"
|
||||
RELEASE="4"
|
||||
PRIORITY="0"
|
||||
|
Loading…
Reference in New Issue
Block a user