Removed flathub.json, updated mime type installation to file renaming (untested)
This commit is contained in:
parent
10bc93306a
commit
8d221f21ee
2 changed files with 1 additions and 4 deletions
|
@ -49,7 +49,7 @@
|
||||||
"PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app"
|
"PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app"
|
||||||
],
|
],
|
||||||
"post-install": [
|
"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": [
|
"sources": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"only-arches": ["x86_64", "aarch64"]
|
|
||||||
}
|
|
Loading…
Reference in a new issue