appimage: Include metadata #9320

closes #9320
closes #9128
This commit is contained in:
pierre
2018-12-06 23:11:49 +01:00
committed by Justin M. Keyes
parent 1e8d2bdc48
commit 92806827a9
2 changed files with 39 additions and 0 deletions

View File

@@ -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"