diff options
Diffstat (limited to 'other-licenses/branding/palemoon/beta/branding.nsi')
-rw-r--r-- | other-licenses/branding/palemoon/beta/branding.nsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/other-licenses/branding/palemoon/beta/branding.nsi b/other-licenses/branding/palemoon/beta/branding.nsi new file mode 100644 index 000000000..348dc230c --- /dev/null +++ b/other-licenses/branding/palemoon/beta/branding.nsi @@ -0,0 +1,10 @@ +# NSIS branding defines for official beta builds. + +# BrandFullNameInternal is used for some registry and file system values +# instead of BrandFullName and typically should not be modified. +!define BrandFullNameInternal "Pale Moon" +!define CompanyName "Moonchild Productions" +!define URLInfoAbout "http://www.palemoon.org/" +!define URLUpdateInfo "http://www.palemoon.org/releasenotes.shtml" +!define HelpLink "https://forum.palemoon.org/viewforum.php?f=24" +!define URLSystemRequirements "http://www.palemoon.org/download.shtml" |