diff --git a/.github/patches/upstream/moz.configure.patch b/.github/patches/upstream/moz.configure.patch new file mode 100644 index 0000000000..c8ad6011b2 --- /dev/null +++ b/.github/patches/upstream/moz.configure.patch @@ -0,0 +1,13 @@ +diff --git a/browser/moz.configure b/browser/moz.configure +index e605019172..782e1ca956 100644 +--- a/browser/moz.configure ++++ b/browser/moz.configure +@@ -13,7 +13,7 @@ imply_option("MOZ_NORMANDY", True) + imply_option("MOZ_PROFILE_MIGRATOR", True) + + +-imply_option("MOZ_APP_VENDOR", "Mozilla") ++imply_option("MOZ_APP_VENDOR", "Noraneko Community") + imply_option("MOZ_APP_ID", "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}") + # Include the DevTools client, not just the server (which is the default) + imply_option("MOZ_DEVTOOLS", "all") diff --git a/browser/moz.configure b/browser/moz.configure index e605019172..782e1ca956 100644 --- a/browser/moz.configure +++ b/browser/moz.configure @@ -13,7 +13,7 @@ imply_option("MOZ_NORMANDY", True) imply_option("MOZ_PROFILE_MIGRATOR", True) -imply_option("MOZ_APP_VENDOR", "Mozilla") +imply_option("MOZ_APP_VENDOR", "Noraneko Community") imply_option("MOZ_APP_ID", "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}") # Include the DevTools client, not just the server (which is the default) imply_option("MOZ_DEVTOOLS", "all")