From 7da4d7acfbe28b368e3e2a0ac624941ba4b115d7 Mon Sep 17 00:00:00 2001 From: Sunset Mikoto <26019675+SunsetMkt@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:00:32 +0800 Subject: [PATCH] fix: ... --- patches/patchManifestV2.py | 2 +- patches/patchManifestV3.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/patchManifestV2.py b/patches/patchManifestV2.py index 10b0107..cc99804 100644 --- a/patches/patchManifestV2.py +++ b/patches/patchManifestV2.py @@ -7,7 +7,7 @@ orig["short_name"] = "Sunsetvault" orig["author"] = "Sunset Edu. & Tech. Group and Bitwarden® community" orig["homepage_url"] = "https://github.com/SunsetMkt/Sunsetvault" -del orig["applications"]["gecko"]["id"] +del orig["__firefox__browser_specific_settings"]["gecko"]["id"] orig["description"] = ( "Sunsetvault is an exclusive build of the popular open source password manager, designed for internal use by SETG." ) diff --git a/patches/patchManifestV3.py b/patches/patchManifestV3.py index 43d84f4..dfa1ba7 100644 --- a/patches/patchManifestV3.py +++ b/patches/patchManifestV3.py @@ -7,7 +7,7 @@ orig["short_name"] = "Sunsetvault" orig["author"] = "Sunset Edu. & Tech. Group and Bitwarden® community" orig["homepage_url"] = "https://github.com/SunsetMkt/Sunsetvault" -del orig["applications"]["gecko"]["id"] +del orig["__firefox__browser_specific_settings"]["gecko"]["id"] orig["description"] = ( "Sunsetvault is an exclusive build of the popular open source password manager, designed for internal use by SETG." )