Branding inprogress

This commit is contained in:
K4sum1 2025-04-27 18:09:04 -07:00
commit d745ac5721
120 changed files with 3184 additions and 261 deletions

View file

@ -13,18 +13,7 @@ PACKAGE_NAME_MK_INCLUDED := 1
ifndef MOZ_PKG_VERSION
# Normally MOZ_PKG_VERSION is set to the application version
MOZ_PKG_VERSION = $(MOZ_APP_VERSION)
# This overrides it with the BUILDID for Basilisk and IceWeasel
# We do it this way because makefile's conditional checking is very
# primitive or else very cryptic
ifdef MC_BASILISK
MOZ_PKG_VERSION = $(BUILDID)
endif
ifdef HYPE_ICEWEASEL
MOZ_PKG_VERSION = $(BUILDID)
endif
MOZ_PKG_VERSION = $(MOZ_APP_VERSION_DISPLAY)
endif
ifndef MOZ_PKG_PLATFORM