Add desktop entry for generic and generic-netf too

This commit is contained in:
Archi
2023-01-20 14:21:03 +01:00
parent 946e88fb51
commit 1b0fe9cf45
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=ArchiSteamFarm
Comment=C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Icon=system-run-symbolic
Exec=/usr/bin/env sh -eu -c "exec mono \\"\\$(dirname \\"\\$(readlink -f \\"\\$0\\")\\")/ArchiSteamFarm.dll\\"" %k
Terminal=true
Categories=Game;

View File

@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=ArchiSteamFarm
Comment=C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Icon=system-run-symbolic
Exec=/usr/bin/env sh -eu -c "exec dotnet \\"\\$(dirname \\"\\$(readlink -f \\"\\$0\\")\\")/ArchiSteamFarm.dll\\"" %k
Terminal=true
Categories=Game;