fix: yt-dlp not updating on windows msi install

This commit is contained in:
2025-11-04 23:53:44 +05:30
parent 2ea008126e
commit 2ee778c5c6
4 changed files with 48 additions and 2 deletions

View File

@@ -49,6 +49,11 @@
"name": "pkexec",
"cmd": "pkexec",
"args": true
},
{
"name": "powershell",
"cmd": "powershell",
"args": true
}
]
},