From 3dc33694df4f33360f5b28fab101e060bfa8aa37 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Sat, 10 Dec 2022 01:41:46 +0100 Subject: [PATCH] Remove debug from cleanup array Fixing "toplevel-cleanup-debug" error from flatpak-builder-lint --- chat.delta.core.rust.yml | 2 -- chat.delta.desktop.yml | 2 -- deltachat-core-rust.yaml | 2 -- 3 files changed, 6 deletions(-) diff --git a/chat.delta.core.rust.yml b/chat.delta.core.rust.yml index e63d01b..b1bcc15 100644 --- a/chat.delta.core.rust.yml +++ b/chat.delta.core.rust.yml @@ -14,8 +14,6 @@ cleanup: - /lib/libsqlcipher.a - /lib/libsqlcipher.la - /bin/sqlcipher - # debug info - - /lib/debug # stuff dor building against - /lib/pkgconfig - /lib/include diff --git a/chat.delta.desktop.yml b/chat.delta.desktop.yml index 7d66c8d..c90a29a 100644 --- a/chat.delta.desktop.yml +++ b/chat.delta.desktop.yml @@ -28,8 +28,6 @@ cleanup: - /lib/libsqlcipher.a - /lib/libsqlcipher.la - /bin/sqlcipher - # debug info - - /lib/debug # stuff dor building against - /lib/pkgconfig - /lib/include diff --git a/deltachat-core-rust.yaml b/deltachat-core-rust.yaml index b03541e..bd3cf9b 100644 --- a/deltachat-core-rust.yaml +++ b/deltachat-core-rust.yaml @@ -21,8 +21,6 @@ cleanup: - /lib/libdeltachat.a - /lib/libsqlcipher.a - /bin/sqlcipher - # debug info - - /lib/debug # stuff for building against - /lib/pkgconfig - /lib/include