diff --git a/configs/branding/release/Assets.car b/configs/branding/release/Assets.car new file mode 100644 index 0000000000..dcaeae1178 Binary files /dev/null and b/configs/branding/release/Assets.car differ diff --git a/configs/branding/twilight/Assets.car b/configs/branding/twilight/Assets.car new file mode 100644 index 0000000000..97f87fa67e Binary files /dev/null and b/configs/branding/twilight/Assets.car differ diff --git a/src/external-patches/firefox/no_liquid_glass_icon.patch b/src/external-patches/firefox/no_liquid_glass_icon.patch deleted file mode 100644 index 3fa8021f7b..0000000000 --- a/src/external-patches/firefox/no_liquid_glass_icon.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/browser/app/macbuild/Contents/Info.plist.in b/browser/app/macbuild/Contents/Info.plist.in -index 0c4fb837a24490c66b284abf2bd9299c2e021de0..ea28831b90662b12bdcb137c35b6bb83626c77e7 100644 ---- a/browser/app/macbuild/Contents/Info.plist.in -+++ b/browser/app/macbuild/Contents/Info.plist.in -@@ -190,8 +190,6 @@ - @MAC_APP_NAME@ @APP_VERSION@ - CFBundleIconFile - firefox.icns -- CFBundleIconName -- AppIcon - CFBundleIdentifier - @MOZ_MACBUNDLE_ID@ - CFBundleInfoDictionaryVersion diff --git a/src/external-patches/manifest.json b/src/external-patches/manifest.json index 523cc8bf9c..30a487354b 100644 --- a/src/external-patches/manifest.json +++ b/src/external-patches/manifest.json @@ -27,10 +27,6 @@ "id": "D284404", "name": "Add urlbar closeOnWindowBlur preference" }, - { - "type": "local", - "path": "firefox/no_liquid_glass_icon.patch" - }, { "type": "patch", "url": "https://codeberg.org/librewolf/source/raw/branch/main/patches/firefox-in-ua.patch",