mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Add desktop entry for generic and generic-netf too
This commit is contained in:
@@ -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;
|
||||
8
ArchiSteamFarm/overlay/variant-specific/generic/ArchiSteamFarm.desktop
Executable file
8
ArchiSteamFarm/overlay/variant-specific/generic/ArchiSteamFarm.desktop
Executable 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;
|
||||
Reference in New Issue
Block a user