diff --git a/qt/aqt/sound.py b/qt/aqt/sound.py index 5839d2dae..db8cf0cfa 100644 --- a/qt/aqt/sound.py +++ b/qt/aqt/sound.py @@ -246,7 +246,7 @@ def _packagedCmd(cmd: list[str]) -> tuple[Any, dict[str, str]]: del env["LD_LIBRARY_PATH"] if is_win: - packaged_path = Path(sys.prefix) / "audio" / (cmd[0] + ".exe") + packaged_path = Path(sys.prefix) / (cmd[0] + ".exe") elif is_mac: packaged_path = Path(sys.prefix) / ".." / "Resources" / cmd[0] else: