Adding more files for flatpak.

This commit is contained in:
Sergiotarxz 2024-10-29 20:26:00 +01:00
parent fc157d4d66
commit dac578abc3
4 changed files with 16 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=Hiperthermia
Exec=hiperthermia
Type=Application
Icon=me.sergiotarxz.Exd
Categories=Development

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/zip">
<comment>Hiperthermia</comment>
<glob pattern="*.exd"/>
</mime-type>
</mime-info>

View File

@ -87,9 +87,10 @@ modules:
- 'cp -vr HiperthermiaSource ${FLATPAK_DEST}/Hiperthermia'
- 'glib-compile-resources --sourcedir=${FLATPAK_DEST}/Hiperthermia ${FLATPAK_DEST}/Hiperthermia/resources.xml'
- 'install -Dm644 HiperthermiaSource/me.sergiotarxz.Exd.desktop -t /app/share/applications/'
- 'install -m644 HiperthermiaSource/me.sergiotarxz.Exd.mime.xml -t /app/share/mime/packages'
- 'install -Dm755 HiperthermiaSource/run.sh /app/bin/hiperthermia'
- 'install -Dm644 HiperthermiaSource/me.sergiotarxz.Exd-256.png /app/share/icons/hicolor/256x256/apps/me.sergiotarxz.Exd.png'
- 'install -Dm644 HiperthermiaSource/me.sergiotarxz.Exd.metainfo.xml -t /app/share/metainfo/'
- 'install -Dm644 HiperthermiaSource/exd-logo.png /app/share/icons/hicolor/256x256/apps/me.sergiotarxz.Exd.png'
# - 'install -Dm644 HiperthermiaSource/me.sergiotarxz.Exd.metainfo.xml -t /app/share/metainfo/'
sources:
- type: "git"
url: 'https://git.owlcode.tech/sergiotarxz/Exd'