branding.nsi 770 B

1234567891011121314151617
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. # NSIS branding defines for unofficial builds.
  5. # The official release build branding.nsi is located in other-license/branding/firefox/
  6. # The nightly build branding.nsi is located in browser/installer/windows/nsis/
  7. # BrandFullNameInternal is used for some registry and file system values
  8. # instead of BrandFullName and typically should not be modified.
  9. !define BrandFullNameInternal "Browser"
  10. !define CompanyName "somebody"
  11. !define URLInfoAbout " "
  12. !define URLUpdateInfo " "
  13. !define HelpLink " "
  14. !define URLSystemRequirements " "