Fixing typo.

This commit is contained in:
Sergiotarxz 2024-10-29 21:33:33 +01:00
parent b857da8cdc
commit fcc8bf8080
2 changed files with 4 additions and 4 deletions

View File

@ -125,7 +125,7 @@ sub start($self) {
}
);
$app->signal_connect(
open => sub($files, hint) {
open => sub($files, $hint) {
$self->_activate($files->[0]->get_path);
}
)

View File

@ -90,9 +90,9 @@ modules:
- 'cd HiperthermiaSource; chmod 755 -R _Inline/'
- 'cp -vr HiperthermiaSource ${FLATPAK_DEST}/Hiperthermia'
- 'glib-compile-resources --sourcedir=${FLATPAK_DEST}/Hiperthermia ${FLATPAK_DEST}/Hiperthermia/resources.xml'
- 'mkdir -p /app/share/mime/packages/'
- '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 -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 -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'