From 0b3102a2250c26a03b3c1fb9a0c4a05709054ebb Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Fri, 27 Dec 2024 17:45:19 +0100 Subject: [PATCH] :wrench: Revert adding appstream metadata to the appimage --- docs/changelog.md | 2 +- tools/make-app-image.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index b43a4b67..416bf49f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -35,7 +35,7 @@ This changelog follows the rules of [Keep a Changelog](http://keepachangelog.com #### :wrench: Changed - What happens if you run a second instance of Kando without passing any command line arguments. Before, an error message was shown. Now, the existing instance of Kando will show the settings dialog instead. This makes it possible to use Kando without a tray icon. -- The app images for Linux now contain an SVG icon and appstream metadata. +- The app images for Linux now contain an SVG icon. - Improved the vertical alignment of the text in the "Rainbow Labels" theme when using a zoom level other than 100%. Thanks to [@elfi-ox](https://github.com/elfi-ox) for finding this fix! - The x86_64 macOS build is now created on macOS 13. diff --git a/tools/make-app-image.sh b/tools/make-app-image.sh index f33b31d9..0171c90f 100755 --- a/tools/make-app-image.sh +++ b/tools/make-app-image.sh @@ -31,7 +31,6 @@ echo "Creating AppImage for Kando $VERSION..." cp -a "$INPUT_DIR"/* . mkdir -p usr/share/metainfo mkdir -p usr/share/applications -cp "$SCRIPT_DIR/../appstream/menu.kando.Kando.metainfo.xml" usr/share/metainfo/menu.kando.Kando.appdata.xml cp "$SCRIPT_DIR/../appstream/menu.kando.Kando.desktop" usr/share/applications/ ln -s usr/share/applications/menu.kando.Kando.desktop ./menu.kando.Kando.desktop cp "$SCRIPT_DIR/../appstream/menu.kando.Kando.svg" .