Upload Windows (arm64) binaries.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user