Upload Windows (x86 and x86-64) binaries.

This commit is contained in:
wei
2026-08-25 17:54:06 +08:00
parent 5db71932d5
commit 26c3dd78ab
31 changed files with 48 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@echo off
setlocal
"%~dp0/mpv" --unregister
if %errorlevel% neq 0 (
echo Deregistration failed. Make sure mpv is in the same folder as this script.
pause
exit /b %errorlevel%
)
pause
endlocal