Remove MOZ_DISTRIBUTION_ID from common mozconfig

This commit is contained in:
mr. M
2024-12-31 00:13:38 +01:00
parent 41f94f2be5
commit f53843f9b0

View File

@@ -12,7 +12,6 @@ export MOZ_APP_PROFILE=${binName}
export MOZ_APP_DISPLAYNAME="${name}"
export MOZ_BRANDING_DIRECTORY=${brandingDir}
export MOZ_OFFICIAL_BRANDING_DIRECTORY=${brandingDir}
export MOZ_DISTRIBUTION_ID=${appId}
# Uncomment if builds are too resource hungry
# mk_add_options MOZ_MAKE_FLAGS="-j4"