From dc1f45c3e48504d6f895162398835117580ff340 Mon Sep 17 00:00:00 2001 From: OwnedByWuigi Date: Tue, 3 Mar 2026 16:05:04 -0800 Subject: [PATCH] better branding on it's way --- ....exe.manifest => dactyloidae.exe.manifest} | 0 .../basilisk/branding/official/branding.nsi | 14 ++++++------ .../basilisk/branding/official/configure.sh | 22 +++++++++---------- .../basilisk/branding/unofficial/configure.sh | 16 +++++++------- 4 files changed, 26 insertions(+), 26 deletions(-) rename application/basilisk/app/{legacyengine.exe.manifest => dactyloidae.exe.manifest} (100%) diff --git a/application/basilisk/app/legacyengine.exe.manifest b/application/basilisk/app/dactyloidae.exe.manifest similarity index 100% rename from application/basilisk/app/legacyengine.exe.manifest rename to application/basilisk/app/dactyloidae.exe.manifest diff --git a/application/basilisk/branding/official/branding.nsi b/application/basilisk/branding/official/branding.nsi index 43f0d462b9..0fffc53372 100644 --- a/application/basilisk/branding/official/branding.nsi +++ b/application/basilisk/branding/official/branding.nsi @@ -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" diff --git a/application/basilisk/branding/official/configure.sh b/application/basilisk/branding/official/configure.sh index 817fe5d99e..c0bc6542f0 100644 --- a/application/basilisk/branding/official/configure.sh +++ b/application/basilisk/branding/official/configure.sh @@ -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 \ No newline at end of file diff --git a/application/basilisk/branding/unofficial/configure.sh b/application/basilisk/branding/unofficial/configure.sh index ff08c9e075..c0bc6542f0 100644 --- a/application/basilisk/branding/unofficial/configure.sh +++ b/application/basilisk/branding/unofficial/configure.sh @@ -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 \ No newline at end of file