diff --git a/umu/umu_consts.py b/umu/umu_consts.py index 9acb3672..27af51ed 100644 --- a/umu/umu_consts.py +++ b/umu/umu_consts.py @@ -31,7 +31,7 @@ class GamescopeAtom(Enum): # "1070560": ("scout", "steamrt1"), "1391110": ("soldier", "steamrt2"), "1628350": ("sniper", "steamrt3"), - # "": ("medic": "steamrt4"), + # "": ("medic", "steamrt4"), } XDG_CACHE_HOME: Path = ( diff --git a/umu/umu_run.py b/umu/umu_run.py index 25d23254..1499b565 100755 --- a/umu/umu_run.py +++ b/umu/umu_run.py @@ -305,7 +305,7 @@ def enable_steam_game_drive(env: dict[str, str]) -> dict[str, str]: def build_command( env: dict[str, str], local: Path, - opts: Optional | list[str] = None, + opts: Optional[list[str]] = None, ) -> tuple[Path | str, ...]: """Build the command to be executed.""" shim: Path = local.joinpath("umu-shim")