Skip to content

Commit

Permalink
dont set PROTON_VERB for createprefix or winetricks, let the client d…
Browse files Browse the repository at this point in the history
…o that
  • Loading branch information
GloriousEggroll committed Oct 21, 2024
1 parent 51db530 commit 0aea3e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ def set_env(
if is_createpfx:
env["EXE"] = ""
env["STEAM_COMPAT_INSTALL_PATH"] = ""
env["PROTON_VERB"] = "run"
elif is_winetricks:
# Make an absolute path to winetricks within GE-Proton or UMU-Proton.
# The launcher will change to the winetricks parent directory before
Expand All @@ -236,7 +235,6 @@ def set_env(
env["EXE"] = str(exe)
args = (env["EXE"], args[1]) # type: ignore
env["STEAM_COMPAT_INSTALL_PATH"] = str(exe.parent)
env["PROTON_VERB"] = "run"
elif is_cmd:
try:
# Ensure executable path is absolute, otherwise Proton will fail
Expand Down

0 comments on commit 0aea3e7

Please sign in to comment.