FINALLY FIX BRANDING

This commit is contained in:
OwnedByWuigi 2026-03-04 06:03:15 +00:00
commit 002dd0e3ce
5 changed files with 12 additions and 15 deletions

View file

@ -2,9 +2,9 @@
- 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/. -->
<!ENTITY brandShorterName "Serpent">
<!ENTITY brandShortName "Serpent">
<!ENTITY brandFullName "Serpent">
<!ENTITY vendorShortName "Open Source Contributors">
<!ENTITY vendorFullName "Open Source Contributors">
<!ENTITY brandShorterName "Dactyloidae">
<!ENTITY brandShortName "Dactyloidae">
<!ENTITY brandFullName "Dactyloidae">
<!ENTITY vendorShortName "OwnedByWuigi">
<!ENTITY vendorFullName "OwnedByWuigi">
<!ENTITY trademarkInfo.part1 " ">

View file

@ -2,10 +2,10 @@
# 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/.
brandShorterName=Serpent
brandShortName=Serpent
brandFullName=Serpent
vendorShortName=Open Source Contributors
vendorFullName=Open Source Contributors
brandShorterName=Dactyloidae
brandShortName=Dactyloidae
brandFullName=Dactyloidae
vendorShortName=OwnedByWuigi
vendorFullName=OwnedByWuigi
syncBrandShortName=Sync

View file

@ -12,5 +12,5 @@ include('../shared/branding.mozbuild')
ApplicationBranding()
FINAL_TARGET_FILES['..'] += [
'serpent.VisualElementsManifest.xml',
'dactyloidae.VisualElementsManifest.xml',
]