From 8d49c7285d18cda89326e81bf20ca91281c2cee3 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Oct 08 2023 10:26:12 +0000 Subject: Remove non-square icon This fixes the flatpak container build failing with: error: /tmp/tmpv07p8xfr/build/export/share/icons/hicolor/24x24/apps/org.mozilla.Thunderbird.png is not a valid icon: Expected a square icon but got: 24x23 --- diff --git a/container.yaml b/container.yaml index a06767b..49b0eac 100644 --- a/container.yaml +++ b/container.yaml @@ -32,3 +32,4 @@ flatpak: /app/share/metainfo/thunderbird.appdata.xml sed -i 's|||' \ /app/share/metainfo/thunderbird.appdata.xml + rm /app/share/icons/hicolor/24x24/apps/thunderbird.png