1
Fork 0

Fix the samrewritten.desktop Exec path.

This commit is contained in:
Bauke 2023-03-11 11:05:29 +01:00
parent 737a920c66
commit aced1d8cad
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ stdenv.mkDerivation rec {
installFlags = [ "PREFIX=$(out)" ];
postInstall = ''
substituteInPlace "$out/share/applications/samrewritten.desktop" \
--replace "Exec=/usr" "Exec=$out"
'';
meta = with lib; {
description = "Steam Achievement Manager For Linux. Rewritten in C++.";
homepage = "https://github.com/PaulCombal/SamRewritten";