diff --git a/lib/Exd/Gui.pm b/lib/Exd/Gui.pm index cb87352..4f3a565 100644 --- a/lib/Exd/Gui.pm +++ b/lib/Exd/Gui.pm @@ -125,7 +125,7 @@ sub start($self) { } ); $app->signal_connect( - open => sub($files, hint) { + open => sub($files, $hint) { $self->_activate($files->[0]->get_path); } ) diff --git a/me.sergiotarxz.Exd.yml b/me.sergiotarxz.Exd.yml index 9008be8..0691f7a 100644 --- a/me.sergiotarxz.Exd.yml +++ b/me.sergiotarxz.Exd.yml @@ -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'