-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(package): Vendor to Noraneko Community
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters