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
|
||||||
@@ -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
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user