From 9114a4fc32839aff0504b98a8430dfd4398d8358 Mon Sep 17 00:00:00 2001 From: Francesco Pio Gaglione Date: Sat, 2 Nov 2024 17:57:25 +0100 Subject: [PATCH] cosmicmoney exception --- flatpak_builder_lint/staticfiles/exceptions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flatpak_builder_lint/staticfiles/exceptions.json b/flatpak_builder_lint/staticfiles/exceptions.json index 8012b5a8..e8fd0464 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -3833,6 +3833,9 @@ "com.francescogaglione.chronos": { "finish-args-unnecessary-xdg-config-cosmic-ro-access": "Required to read the system theme and listen for config changes in the host" }, + "com.francescogaglione.cosmicmoney": { + "finish-args-unnecessary-xdg-config-cosmic-rw-access": "Required to read the system theme and listen for config changes in the host" + }, "io.github.cosmic_utils.Examine": { "finish-args-unnecessary-xdg-config-cosmic-ro-access": "Required to read the system theme and listen for config changes in the host" },