Fixing typo.
This commit is contained in:
parent
b857da8cdc
commit
fcc8bf8080
@ -125,7 +125,7 @@ sub start($self) {
|
||||
}
|
||||
);
|
||||
$app->signal_connect(
|
||||
open => sub($files, hint) {
|
||||
open => sub($files, $hint) {
|
||||
$self->_activate($files->[0]->get_path);
|
||||
}
|
||||
)
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user