Skip to content

Commit

Permalink
allow the winetricks gui to display
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Oct 23, 2024
1 parent 9e17f1a commit f89dd31
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,12 +365,6 @@ def build_command(
)
raise FileNotFoundError(err)

# Configure winetricks to not be prompted for any windows
if env.get("EXE", "").endswith("winetricks") and opts:
# The position of arguments matter for winetricks
# Usage: ./winetricks [options] [command|verb|path-to-verb] ...
opts = ["-q", *opts]

return (
entry_point,
"--verb",
Expand Down

0 comments on commit f89dd31

Please sign in to comment.