We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d97ee commit 0e12271Copy full SHA for 0e12271
build.sh
@@ -82,7 +82,7 @@ mv "$ASSETS/AppRun" "$USR/bin"
82
chmod 0755 "$USR/bin/AppRun"
83
mv "$ASSETS/svgwall.desktop" "$APPDIR"
84
chmod 0755 "$APPDIR/svgwall.desktop"
85
-mv "$ASSETS/svgwall.appdata.xml" "$USR/share/metainfo"
+mv "$ASSETS/com.grimpirate.svgwall.appdata.xml" "$USR/share/metainfo"
86
mv "$ASSETS/svgwall.png" "$USR/share/icons/hicolor/256x256/apps"
87
mv "$ASSETS/svgwall.svg" "$USR/share/icons/hicolor/scalable/apps"
88
ln -sT "usr/bin/AppRun" "$APPDIR/AppRun"
0 commit comments