Removed flathub.json, updated mime type installation to file renaming (untested)

This commit is contained in:
Ad5001 2021-10-01 18:32:16 +02:00
parent 10bc93306a
commit 8d221f21ee
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
2 changed files with 1 additions and 4 deletions

View File

@ -49,7 +49,7 @@
"PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app"
],
"post-install": [
"install -D mimetypes /app/share/mime/packages/x-logarithm-plot.xml"
"mv /app/share/mime/packages/x-logarithm-plot.xml /app/share/mime/packages/eu.ad5001.LogarithmPlotter.xml"
],
"sources": [
{

View File

@ -1,3 +0,0 @@
{
"only-arches": ["x86_64", "aarch64"]
}