Skip to content

Commit

Permalink
fix(package): Vendor to Noraneko Community
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanrus committed Dec 8, 2024
1 parent 49268ae commit a6b0548
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/patches/upstream/moz.configure.patch
Original file line number Diff line number Diff line change
@@ -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")
2 changes: 1 addition & 1 deletion browser/moz.configure
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a6b0548

Please sign in to comment.