Action fix
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
- name: Download libmpv # In principle, only update this binary file when significant feature changes occur in mpv/mpv.net
|
- name: Download libmpv # In principle, only update this binary file when significant feature changes occur in mpv/mpv.net
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
wget -nv -O libmpv.7z https://github.com/zhongfly/mpv-winbuild/releases/download/2024-08-18-a3baf94/mpv-dev-x86_64-20240818-git-a3baf94.7z
|
wget -nv -O libmpv.7z https://github.com/zhongfly/mpv-winbuild/releases/download/2024-10-09-e09278c/mpv-dev-x86_64-20241009-git-e09278c.7z
|
||||||
7z x -y libmpv.7z -olibmpv
|
7z x -y libmpv.7z -olibmpv
|
||||||
cp -f libmpv/libmpv-2.dll src/MpvNet.Windows/bin/Debug/ || true
|
cp -f libmpv/libmpv-2.dll src/MpvNet.Windows/bin/Debug/ || true
|
||||||
- name: Download MediaInfo
|
- name: Download MediaInfo
|
||||||
|
|||||||
@@ -596,8 +596,6 @@ Selecting multiple files in File Explorer and pressing enter will
|
|||||||
open the files in mpv.net. Explorer restricts this to maximum 15 files
|
open the files in mpv.net. Explorer restricts this to maximum 15 files
|
||||||
and the order will be random.
|
and the order will be random.
|
||||||
|
|
||||||
In fullscreen mode clicking the top right corner closes the player.
|
|
||||||
|
|
||||||
|
|
||||||
Differences compared to mpv
|
Differences compared to mpv
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user