diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-01-20 05:03:37 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-01-20 05:03:37 +0300 |
commit | 2843ca269cb59bdf9c544fc5dec343bc7430cf3d (patch) | |
tree | b7bcf1489e785a7862c7a9a3e346a9b8479a4a49 /AppImage/curses.yml | |
parent | a1aa8515d7061b592f60a41ab3a2b6be98d26a8e (diff) | |
download | sciteco-2843ca269cb59bdf9c544fc5dec343bc7430cf3d.tar.gz |
AppImage: added AppStream metadata
Should improve the SciTECO site at the AppImages Hub (appimage.github.io).
We will have to make another PR before the site gets updated.
Diffstat (limited to 'AppImage/curses.yml')
-rwxr-xr-x | AppImage/curses.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AppImage/curses.yml b/AppImage/curses.yml index edf9fd0..f682cf1 100755 --- a/AppImage/curses.yml +++ b/AppImage/curses.yml @@ -21,6 +21,8 @@ script: - sed -i -e 's@gsciteco@sciteco@g' sciteco-curses.desktop - echo 'Terminal=true' >>sciteco-curses.desktop - wget -O sciteco.png -c "https://raw.githubusercontent.com/rhaberkorn/sciteco/master/ico/sciteco-256.png" + - mkdir -p ./usr/share/metainfo/ + - wget -O ./usr/share/metainfo/sciteco-curses.appdata.xml -c "https://raw.githubusercontent.com/rhaberkorn/sciteco/master/AppImage/sciteco-curses.appdata.xml" # Thinning: These documentation files are pointless. # SciTECO comes with its own online help system. - rm -rf ./usr/share/doc ./usr/share/man |