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"

View file

@ -2,24 +2,24 @@
# 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/.
MOZ_APP_NAME=hydra
MOZ_APP_NAME=dactyloidae
MOZ_APP_BASENAME="Hydra"
MOZ_APP_BASENAME="Dactyloidae"
MOZ_APP_DISPLAYNAME="Hydra"
MOZ_APP_DISPLAYNAME="Dactyloidae"
MOZ_APP_UA_NAME="Hydra"
MOZ_APP_UA_NAME="Basilisk"
MOZ_APP_VENDOR="Eclipse Community"
MOZ_APP_VENDOR="OwnedByWuigi"
MOZ_APP_FULLNAME="Eclipse Hydra"
MOZ_APP_FULLNAME="Dactyloidae"
MOZ_APP_PROFILE="Eclipse Community/Hydra"
MOZ_APP_PROFILE="OwnedByWuigi/Dactyloidae"
MOZ_APP_REMOTINGNAME=com.eclipse.hydra
MOZ_APP_REMOTINGNAME=com.OwnedByWuigi.Dactyloidae
MOZ_DISTRIBUTION_ID=com.eclipse
MOZ_DISTRIBUTION_ID=com.opensource
MOZ_MACBUNDLE_NAME="hydra.app"
MOZ_MACBUNDLE_NAME="Dactyloidae.app"
MOZ_SOURCE_REPO=https://github.com/Eclipse-Community/UXP
MOZ_SOURCE_REPO=https://github.com/Eclipse-Community/UXP

View file

@ -2,24 +2,24 @@
# 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/.
MOZ_APP_NAME=serpent
MOZ_APP_NAME=dactyloidae
MOZ_APP_BASENAME="Serpent"
MOZ_APP_BASENAME="Dactyloidae"
MOZ_APP_DISPLAYNAME="Serpent"
MOZ_APP_DISPLAYNAME="Dactyloidae"
MOZ_APP_UA_NAME="Basilisk"
MOZ_APP_VENDOR="Open Source Contributors"
MOZ_APP_VENDOR="OwnedByWuigi"
MOZ_APP_FULLNAME="Serpent"
MOZ_APP_FULLNAME="Dactyloidae"
MOZ_APP_PROFILE="OpenSource/Serpent"
MOZ_APP_PROFILE="OwnedByWuigi/Dactyloidae"
MOZ_APP_REMOTINGNAME=com.opensource.serpent
MOZ_APP_REMOTINGNAME=com.OwnedByWuigi.Dactyloidae
MOZ_DISTRIBUTION_ID=com.opensource
MOZ_MACBUNDLE_NAME="serpent.app"
MOZ_MACBUNDLE_NAME="Dactyloidae.app"
MOZ_SOURCE_REPO=https://github.com/Eclipse-Community/UXP