From 7729fc01243ea28876c3b23e5e43a0d2fc780096 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 30 Jan 2025 18:15:49 +0100 Subject: [PATCH] remove css from the build step Signed-off-by: Benjamin Brahmer --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index fd3b254d8..a7fb886e8 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,6 @@ appstore: install -d "$(appstore_sign_dir)/$(app_name)" cp -r \ "appinfo" \ - "css" \ "img" \ "l10n" \ "lib" \