Skip to content

Commit

Permalink
Add appdata.xml to AppImage (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
cydanil authored Aug 20, 2021
1 parent be153fa commit 28aaed7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 42 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
sed -i -e 's|/opt/python3.8/bin/python3.8|/usr/bin/gourmand|g' ./squashfs-root/AppRun
rm squashfs-root/*.desktop
cp data/io.github.GourmandRecipeManager.Gourmand.desktop squashfs-root/usr/share/applications/io.github.GourmandRecipeManager.Gourmand.desktop
cp data/io.github.GourmandRecipeManager.Gourmand.desktop squashfs-root/
cp data/io.github.GourmandRecipeManager.Gourmand.desktop squashfs-root/io.github.GourmandRecipeManager.Gourmand.desktop
cp data/io.github.GourmandRecipeManager.Gourmand.appdata.xml squashfs-root/usr/share/metainfo/io.github.GourmandRecipeManager.Gourmand.desktop.appdata.xml
convert data/io.github.GourmandRecipeManager.Gourmand.svg squashfs-root/usr/share/icons/hicolor/256x256/apps/io.github.GourmandRecipeManager.Gourmand.png
convert data/io.github.GourmandRecipeManager.Gourmand.svg squashfs-root/io.github.GourmandRecipeManager.Gourmand.png
Expand Down
29 changes: 0 additions & 29 deletions data/gourmet.appdata.xml.in

This file was deleted.

12 changes: 0 additions & 12 deletions data/gourmet.desktop.in

This file was deleted.

14 changes: 14 additions & 0 deletions data/io.github.GourmandRecipeManager.Gourmand.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id type="desktop">io.github.GourmandRecipeManager.Gourmand.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<description>
<p>Gourmand is a recipe-organizer that allows you to collect, search, organize, and browse your recipes. Gourmand can also generate shopping lists and calculate nutritional information.</p>
</description>
<screenshots>
<screenshot type="default">https://raw.githubusercontent.com/GourmandRecipeManager/gourmand/main/docs/recipe_view.png</screenshot>
</screenshots>
<url type="homepage">https://github.com/GourmandRecipeManager/gourmand</url>
<updatecontact>https://github.com/GourmandRecipeManager/gourmand/issues</updatecontact>
</application>

0 comments on commit 28aaed7

Please sign in to comment.