better branding on it's way

This commit is contained in:
OwnedByWuigi 2026-03-03 16:05:04 -08:00
commit dc1f45c3e4
4 changed files with 26 additions and 26 deletions

View file

@ -2,15 +2,15 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# NSIS branding defines for official release builds.
# NSIS branding defines for unofficial builds.
# The official release build branding.nsi is located in other-license/branding/firefox/
# The nightly build branding.nsi is located in browser/installer/windows/nsis/
# The unofficial build branding.nsi is located in browser/branding/unofficial/
# BrandFullNameInternal is used for some registry and file system values
# instead of BrandFullName and typically should not be modified.
!define BrandFullNameInternal "LegacyEngine"
!define BrandFullNameInternal "Dactyloidae"
!define CompanyName "OwnedByWuigi"
!define URLInfoAbout "https://github.com/OwnedByWuigi/"
!define URLUpdateInfo "https://github.com/OwnedByWuigi/UXP/releases"
!define HelpLink "https://github.com/OwnedByWuigi/UXP/issues"
!define URLSystemRequirements "https://github.com/OwnedByWuigi/UXP/"
!define URLInfoAbout "about:blank"
!define URLUpdateInfo "about:blank"
!define HelpLink "about:blank"
!define URLSystemRequirements "about:blank"