update instalelr

This commit is contained in:
Nose
2026-07-10 21:17:41 -07:00
parent e748c21e2e
commit fa03f1e63b
4 changed files with 90 additions and 565 deletions
+13 -1
View File
@@ -315,7 +315,19 @@ def _install_mpv() -> int:
# Windows: use winget (built-in package manager)
if shutil.which("winget"):
print("Installing MPV via winget...")
run(["winget", "install", "--id=mpv.net", "-e"])
run(
[
"winget",
"install",
"--id=mpv.net",
"-e",
"--source",
"winget",
"--accept-source-agreements",
"--accept-package-agreements",
"--silent",
]
)
else:
print(
"MPV not found and winget not available.\n"