branding.nsi 569 B

1234567891011
  1. # NSIS branding defines for official release builds.
  2. # BrandFullNameInternal is used for some registry and file system values
  3. # instead of BrandFullName and typically should not be modified.
  4. !define BrandFullNameInternal "Pale Moon"
  5. !define CompanyName "Moonchild Productions"
  6. !define URLInfoAbout "http://www.palemoon.org/"
  7. !define URLUpdateInfo "http://www.palemoon.org/releasenotes.shtml"
  8. !define HelpLink "https://forum.palemoon.org/viewforum.php?f=24"
  9. !define URLSystemRequirements "http://www.palemoon.org/download.shtml"