From 79bad2a24c62efa7f53185d17f5fcd266fac0aec Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 28 Oct 2022 19:47:00 +0200 Subject: [PATCH] Putting the metainfo moving back. --- eu.ad5001.LogarithmPlotter.json | 1 + 1 file changed, 1 insertion(+) diff --git a/eu.ad5001.LogarithmPlotter.json b/eu.ad5001.LogarithmPlotter.json index 912981b..9d85b9a 100644 --- a/eu.ad5001.LogarithmPlotter.json +++ b/eu.ad5001.LogarithmPlotter.json @@ -71,6 +71,7 @@ "build-commands": [ "rm -rf .git", "cd LogarithmPlotter/i18n && bash release.sh", + "mv eu.ad5001.LogarithmPlotter.metainfo.xml /app/share/metainfo/eu.ad5001.LogarithmPlotter.metainfo.xml # Add metainfo file from current repository.", "PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app", "cp CHANGELOG.md /app/lib/python3.*/site-packages/logarithmplotter-*-py3.*.egg/LogarithmPlotter/util/ # Copy changelog into the directory needed for it to be cached." ],