Making the file manager show the correct icon.

This commit is contained in:
Sergiotarxz 2024-10-30 11:16:24 +01:00
parent b6dfefefd8
commit c646114733
3 changed files with 2 additions and 3 deletions

View File

@ -5,4 +5,4 @@ Type=Application
Icon=me.sergiotarxz.Exd
Categories=Development
MimeType=application/exd
Terminal=true
Terminal=false

View File

@ -1,7 +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"/>
<generic-icon name="me.sergiotarxz.Exd"/>
<comment>Hiperthermia</comment>
<sub-class-of type="application/zip"/>
<glob pattern="*.exd"/>

View File

@ -106,7 +106,6 @@ 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-small.svg /app/share/icons/hicolor/scalable/mimetypes/me.sergiotarxz.Exd.application-exd.svg'
- 'install -Dm755 HiperthermiaSource/run.pl /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'