diff --git a/assets/patches.txt b/assets/patches.txt index 393cc72..f2789b1 100644 --- a/assets/patches.txt +++ b/assets/patches.txt @@ -7,6 +7,7 @@ patches/disable-data-reporting-at-compile-time.patch patches/hide-passwordmgr.patch patches/librewolf-pref-pane.patch patches/mozilla_dirs.patch +patches/native-messaging-registry-path.patch patches/remove_addons.patch patches/sed-patches/allow-searchengines-non-esr.patch patches/sed-patches/disable-pocket.patch diff --git a/patches/native-messaging-registry-path.patch b/patches/native-messaging-registry-path.patch new file mode 100644 index 0000000..87d88bf --- /dev/null +++ b/patches/native-messaging-registry-path.patch @@ -0,0 +1,13 @@ +diff --git a/toolkit/components/extensions/NativeManifests.jsm b/toolkit/components/extensions/NativeManifests.jsm +index 5e8e0dc..a0d4ea5 100644 +--- a/toolkit/components/extensions/NativeManifests.jsm ++++ b/toolkit/components/extensions/NativeManifests.jsm +@@ -31,7 +31,7 @@ const TYPES = { + const NATIVE_MANIFEST_SCHEMA = + "chrome://extensions/content/schemas/native_manifest.json"; + +-const REGPATH = "Software\\Mozilla"; ++const REGPATH = "Software\\LibreWolf"; + + var NativeManifests = { + _initializePromise: null,