v1.0.10 Removing Inline::C and fixing error with open and .sh
This commit is contained in:
parent
546545b195
commit
0dff71c1ca
@ -8,7 +8,7 @@ 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 /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 -Dm755 HiperthermiaSource/run.sh /app/bin/hiperthermia
|
||||
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
|
||||
install -Dm644 HiperthermiaSource/me.sergiotarxz.Exd.metainfo.xml -t /app/share/metainfo/
|
||||
|
@ -30,6 +30,11 @@
|
||||
|
||||
|
||||
<releases>
|
||||
<release version="v1.0.10" date="2024-11-10">
|
||||
<description>
|
||||
<p>Removing Inline::C usage for XS</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="v1.0.9" date="2024-11-09">
|
||||
<description>
|
||||
<p>Improving recommended products, adding new screenshots and changing description</p>
|
||||
|
9
run.pl
Executable file
9
run.pl
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use v5.40.0;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
chdir '/app/Hiperthermia/';
|
||||
require '/app/Hiperthermia/scripts/main.pl';
|
Loading…
Reference in New Issue
Block a user