Skip to content

Commit

Permalink
ulwgl_util: prefer linking directly to executable
Browse files Browse the repository at this point in the history
Co-authored-by: Stelios Tsampas <[email protected]>
  • Loading branch information
R1kaB3rN and loathingKernel committed Mar 1, 2024
1 parent e5a7090 commit 594e79f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ULWGL/ulwgl_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def _install_ulwgl(
)

steam_compat.joinpath("ULWGL-Launcher", "ulwgl-run").symlink_to(
"../../../ULWGL/ulwgl-run"
"../../../ULWGL/ulwgl_run.py"
)

print("Completed.", file=stderr)
Expand Down Expand Up @@ -369,7 +369,7 @@ def _update_ulwgl(
)

steam_compat.joinpath("ULWGL-Launcher", "ulwgl-run").symlink_to(
"../../../ULWGL/ulwgl-run"
"../../../ULWGL/ulwgl_run.py"
)
elif steam_compat.joinpath("ULWGL-Launcher").is_dir() and val != runner:
# Update
Expand All @@ -382,7 +382,7 @@ def _update_ulwgl(
)

steam_compat.joinpath("ULWGL-Launcher", "ulwgl-run").symlink_to(
"../../../ULWGL/ulwgl-run"
"../../../ULWGL/ulwgl_run.py"
)

json_local["ulwgl"]["versions"]["runner"] = val
Expand Down

0 comments on commit 594e79f

Please sign in to comment.