File tree 2 files changed +30
-1
lines changed
.AppDir/usr/share/metainfo
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appim
3
3
chmod a+x appimagetool-x86_64.AppImage
4
4
BASEDIR=$( dirname " $0 " )
5
5
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"
7
7
eval $VAR
8
8
rm appimagetool-x86_64.AppImage
You can’t perform that action at this time.
0 commit comments