rename
This commit is contained in:
parent
9d3b11f77d
commit
ee70d4b0dc
@ -35,7 +35,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$ = "thunderbird"
|
||||
Set $ProductId$ = "mozilla.thunderbird"
|
||||
Set $MinimumSpace$ = "200 MB"
|
||||
; the path were we find the product after the installation
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\Mozilla Thunderbird"
|
||||
|
@ -20,7 +20,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; ----------------------------------------------------------------
|
||||
; - Please edit the following values -
|
||||
; ----------------------------------------------------------------
|
||||
Set $ProductId$ = "thunderbird"
|
||||
Set $ProductId$ = "mozilla.thunderbird"
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\Mozilla Thunderbird"
|
||||
Set $LicenseRequired$ = "false"
|
||||
Set $LicensePool$ = "p_" + $ProductId$
|
||||
|
@ -5,7 +5,7 @@ incremental: False
|
||||
|
||||
[Product]
|
||||
type: localboot
|
||||
id: thunderbird
|
||||
id: mozilla.thunderbird
|
||||
name: Mozilla Thunderbird
|
||||
description: Mozilla Thunderbird ist ein freier eMail Client des Mozilla-Projekts.
|
||||
advice: ADVICE
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Setup product information
|
||||
############################
|
||||
VENDOR="mozilla.org"
|
||||
PN="thunderbird"
|
||||
PN="mozilla.thunderbird"
|
||||
VERSION="12.0"
|
||||
RELEASE="1"
|
||||
PRIORITY="0"
|
||||
|
Loading…
Reference in New Issue
Block a user