Updating icon mimetype

This commit is contained in:
Sergiotarxz 2024-10-29 21:44:01 +01:00
parent 4f29e8e66b
commit 6125c13def
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -92,7 +92,7 @@ modules:
- 'glib-compile-resources --sourcedir=${FLATPAK_DEST}/Hiperthermia ${FLATPAK_DEST}/Hiperthermia/resources.xml'
- 'install -Dm644 HiperthermiaSource/me.sergiotarxz.Exd.desktop /app/share/applications/me.sergiotarxz.Exd.desktop'
- 'install -Dm644 HiperthermiaSource/me.sergiotarxz.Exd.mime.xml /app/share/mime/packages/me.sergiotarxz.Exd.mime.xml'
- 'install -Dm644 HiperthermiaSource/exd.svg /app/share/icons/hicolor/scalable/mimetypes/application-exd.svg'
- 'install -Dm644 HiperthermiaSource/exd.svg /app/share/icons/hicolor/scalable/mimetypes/me.sergiotarxz.Exd.application-exd.svg'
- 'install -Dm755 HiperthermiaSource/run.sh /app/bin/hiperthermia'
- 'install -Dm644 HiperthermiaSource/exd-logo.png /app/share/icons/hicolor/256x256/apps/me.sergiotarxz.Exd.png'
- 'update-mime-database /app/share/mime'