You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
566 B
10 lines
566 B
# 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"
|
|
|