aur/change-desktop-target.patch
JustinWayland 16132a708c Modernize the PKGBUILD
* Eliminate the bundled dependencies. These are now statically linked
into the binary during build, and thus are no longer needed.

* Use dotnet-sdk instead of dotnet-runtime

* Use the .desktop file and icon file provided by upstream

* Patch the .desktop file to look in /opt/Helion for now. This will
change next release.
2025-09-07 16:40:52 -04:00

25 lines
734 B
Diff

From de25d1057ccc9ff84af775f7db1d3917185f394d Mon Sep 17 00:00:00 2001
From: JustinWayland <justintwayland+github@gmail.com>
Date: Sat, 6 Sep 2025 19:59:41 -0400
Subject: [PATCH] Change .desktop file target
---
Assets/Misc/Helion.desktop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Assets/Misc/Helion.desktop b/Assets/Misc/Helion.desktop
index d7050de44..517fe0644 100644
--- a/Assets/Misc/Helion.desktop
+++ b/Assets/Misc/Helion.desktop
@@ -4,7 +4,7 @@ Name=Helion
Comment=Doom source port focused on performance
Icon=Helion
TryExec=Helion
-Exec=Helion %f
+Exec=/opt/Helion/Helion %f
Categories=Game;ActionGame;
MimeType=application/x-doom-wad
Keywords=first;person;shooter;doom;boom;mbf;
--
2.51.0