Upload Windows (arm64) binaries.

This commit is contained in:
wei
2026-08-25 17:50:35 +08:00
parent 175c97061d
commit 5db71932d5
5 changed files with 24 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@echo off
setlocal
"%~dp0/mpv" --register
if %errorlevel% neq 0 (
echo Registration failed. Make sure mpv is in the same folder as this script.
pause
exit /b %errorlevel%
)
pause
endlocal