Skip to content

Commit 75d97ee

Browse files
authored
metadata updates
1 parent a48e430 commit 75d97ee

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

assets/AppRun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ exec "$DIR/jre/bin/svgwall" \
3939
-classpath "$DIR$CLASSPATH" \
4040
com.grimpirate.SVGWall \
4141
-p "$DIR/x11root" \
42-
-m "$DIR/../share/metainfo/svgwall.appdata.xml" \
42+
-m "$DIR/../share/metainfo/com.grimpirate.svgwall.appdata.xml" \
4343
"$@"

assets/com.grimpirate.svgwall.appdata.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright © 2024 Grim Pirate. All rights reserved worldwide. -->
2+
<!-- Copyright © 2024-2025 Grim Pirate. All rights reserved worldwide. -->
33
<component type="console-application">
4-
<id>svgwall</id>
5-
<metadata_license>MITNFA</metadata_license>
6-
<project_license>MITNFA</project_license>
4+
<id>com.grimpirate.svgwall</id>
5+
<metadata_license>MIT</metadata_license>
6+
<project_license>MIT</project_license>
77
<name>SVGWall</name>
88
<summary>SVG Wallpaper Utility for Xorg</summary>
9-
<icon type="local">icon</icon>
9+
<icon type="local">/usr/share/icons/hicolor/scalable/apps/svgwall.svg</icon>
1010
<description>
1111
<p>Applies SVG files (both local and remote) as wallpapers/backgrounds to an Xorg server.</p>
1212
</description>
@@ -167,4 +167,3 @@
167167
</developer>
168168
<content_rating type="oars-1.0" />
169169
</component>
170-

0 commit comments

Comments
 (0)