From 92806827a9f22828cdfd3573f6cf2c827808e641 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 6 Dec 2018 23:11:49 +0100 Subject: appimage: Include metadata #9320 closes #9320 closes #9128 --- scripts/genappimage.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/genappimage.sh') diff --git a/scripts/genappimage.sh b/scripts/genappimage.sh index ed008938f3..c0ef2a8591 100755 --- a/scripts/genappimage.sh +++ b/scripts/genappimage.sh @@ -45,6 +45,8 @@ curl -Lo "$APP_BUILD_DIR"/appimage_functions.sh https://github.com/AppImage/AppI # get_desktop cp "$ROOT_DIR/runtime/nvim.desktop" "$APP_DIR/" cp "$ROOT_DIR/runtime/nvim.png" "$APP_DIR/" +mkdir "$APP_DIR/usr/share/metainfo/" +cp "$ROOT_DIR/runtime/nvim.appdata.xml" "$APP_DIR/usr/share/metainfo/" cd "$APP_DIR" -- cgit