v1.0.10 Removing Inline::C and fixing error with open and .sh

This commit is contained in:
Sergiotarxz 2024-11-10 18:21:53 +01:00
parent 546545b195
commit 0dff71c1ca
4 changed files with 15 additions and 4 deletions

View File

@ -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/

View File

@ -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
View 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';

3
run.sh
View File

@ -1,3 +0,0 @@
#!/bin/bash
cd /app/Hiperthermia/
perl scripts/main.pl