Pass along args in steam wrappers.

This commit is contained in:
Tom Alexander
2025-03-29 16:46:52 -04:00
parent cd0578d0a6
commit fe7a083a7b
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
let
steam_sm64ex = pkgs.writeScriptBin "steam_sm64ex" ''
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.libglvnd}/lib"
exec ${pkgs.sm64ex}/bin/sm64ex
exec ${pkgs.sm64ex}/bin/sm64ex "''${@}"
'';
in
{