diff --git a/umu/umu_run.py b/umu/umu_run.py index 3542004a5..7e0c4da8b 100755 --- a/umu/umu_run.py +++ b/umu/umu_run.py @@ -365,6 +365,12 @@ 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",