Skip to content

Commit 410e0cc

Browse files
committed
Improved appimage build
1 parent f076a33 commit 410e0cc

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>com.codedead.opal</id>
4+
<metadata_license>FSFAP</metadata_license>
5+
<project_license>GPL-3.0-only</project_license>
6+
<name>Opal</name>
7+
<summary>Play relaxing music in the background</summary>
8+
9+
<description>
10+
<p>
11+
Opal is a free and open-source JavaFX application that can play relaxing music in the background.
12+
</p>
13+
<p>
14+
Select the sounds (20+ relaxing tracks are available) that you want to hear, turn them on and listen to and
15+
enjoy the music for as long as you want, without interruption.
16+
</p>
17+
</description>
18+
19+
<launchable type="desktop-id">Opal.desktop</launchable>
20+
21+
<screenshots>
22+
<screenshot type="default">
23+
<caption>The main window</caption>
24+
<image>https://i.imgur.com/qMAV8yS.png</image>
25+
</screenshot>
26+
</screenshots>
27+
28+
<url type="homepage">https://codedead.com/software/opal</url>
29+
</component>

Diff for: .AppImage/createAppImage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appim
33
chmod a+x appimagetool-x86_64.AppImage
44
BASEDIR=$(dirname "$0")
55
PARENT_DIR="$(dirname "$BASEDIR")"
6-
VAR="./appimagetool-x86_64.AppImage ${PARENT_DIR}/build/AppImage/Opal.AppDir ${PARENT_DIR}/build/AppImage/Opal-x86_64-$1.AppImage"
6+
VAR="./appimagetool-x86_64.AppImage -n ${PARENT_DIR}/build/AppImage/Opal.AppDir ${PARENT_DIR}/build/AppImage/Opal-x86_64-$1.AppImage"
77
eval $VAR
88
rm appimagetool-x86_64.AppImage

0 commit comments

Comments
 (0)