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/gtk.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/gtk.yml')
-rwxr-xr-x | AppImage/gtk.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AppImage/gtk.yml b/AppImage/gtk.yml index ea233db..a8f19ba 100755 --- a/AppImage/gtk.yml +++ b/AppImage/gtk.yml @@ -23,6 +23,8 @@ script: - mv ./usr/share/applications/sciteco.desktop ./sciteco-gtk.desktop - cp ./usr/share/icons/hicolor/256x256/apps/sciteco.png ./sciteco.png - rm -rf ./usr/share/icons + - mkdir -p ./usr/share/metainfo/ + - wget -O ./usr/share/metainfo/sciteco-gtk.appdata.xml -c "https://raw.githubusercontent.com/rhaberkorn/sciteco/master/AppImage/sciteco-gtk.appdata.xml" # Thinning: These documentation files are pointless. # SciTECO comes with its own online help system. - rm -rf ./usr/share/doc ./usr/share/man |