Skip to content

Commit

Permalink
ulwgl_run: update error message
Browse files Browse the repository at this point in the history
- Since we're no longer including the runtime in the repo, notify users of installing in case of the  _v2-entry-point absence
  • Loading branch information
R1kaB3rN committed Feb 27, 2024
1 parent 192d0aa commit 8062c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ULWGL/ulwgl_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def build_command(
home: str = Path.home().as_posix()
dir: str = Path(__file__).parent.as_posix()
msg: str = (
f"Path to _v2-entry-point cannot be found in: {home}/.local/share or {dir}"
f"Path to _v2-entry-point cannot be found in: {home}/.local/share or {dir}\nPlease install a Steam Runtime platform"
)
raise FileNotFoundError(msg)

Expand Down

0 comments on commit 8062c7f

Please sign in to comment.