Skip to content

Commit

Permalink
🔧 Revert adding appstream metadata to the appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Dec 27, 2024
1 parent 76225fe commit 0b3102a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 0 additions & 1 deletion tools/make-app-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" .
Expand Down

0 comments on commit 0b3102a

Please sign in to comment.