Skip to content

Commit

Permalink
umu_run: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed May 17, 2024
1 parent c032474 commit 6be8964
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@ def enable_steam_game_drive(env: dict[str, str]) -> dict[str, str]:
if env["STEAM_COMPAT_INSTALL_PATH"]:
paths.add(env["STEAM_COMPAT_INSTALL_PATH"])

# Include all paths that are supported by the container runtime framework
# Include all paths that are currently supported by the container
# runtime framework
# See https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/blob/main/docs/distro-assumptions.md
for path in [
"/usr/lib64",
"/usr/lib32",
Expand Down

0 comments on commit 6be8964

Please sign in to comment.