Adding more files for flatpak.
This commit is contained in:
parent
fc157d4d66
commit
dac578abc3
BIN
exd-logo.png
BIN
exd-logo.png
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 17 KiB |
6
me.sergiotarxz.Exd.desktop
Normal file
6
me.sergiotarxz.Exd.desktop
Normal file
@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=Hiperthermia
|
||||
Exec=hiperthermia
|
||||
Type=Application
|
||||
Icon=me.sergiotarxz.Exd
|
||||
Categories=Development
|
7
me.sergiotarxz.Exd.mime.xml
Normal file
7
me.sergiotarxz.Exd.mime.xml
Normal 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>
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user