artix-games-launcher: fix to exec in .desktop file (#459507)

This commit is contained in:
Aleksana
2025-11-08 07:49:09 +00:00
committed by GitHub
@@ -22,6 +22,7 @@ appimageTools.wrapType2 {
mkdir -p $out/share/applications
install -m 444 -D ${appimageContents}/ArtixGamesLauncher.desktop $out/share/applications/ArtixGamesLauncher.desktop
install -m 444 -D ${appimageContents}/ArtixLogo.png $out/share/icons/ArtixLogo.png
substituteInPlace $out/share/applications/ArtixGamesLauncher.desktop --replace-fail 'Exec=ArtixGameLauncher %u' 'Exec=artix-games-launcher %u'
'';
meta = {