Use more recent libmpv-2.dll for Windows build
This commit is contained in:
@@ -24,6 +24,7 @@ jobs:
|
|||||||
make
|
make
|
||||||
wget
|
wget
|
||||||
zip
|
zip
|
||||||
|
p7zip
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
@@ -44,11 +45,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Download mpv dll
|
- name: Download mpv dll
|
||||||
run: >
|
run: >
|
||||||
wget https://github.com/dweymouth/supersonic/releases/download/v0.8.0/Supersonic-0.8.0-windows-x64.zip &&
|
wget https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20250706/mpv-dev-x86_64-v3-20250706-git-db7bc59.7z &&
|
||||||
mv Supersonic.exe Supersonic-newbuild.exe &&
|
7z x mpv-dev-x86_64-v3-20250706-git-db7bc59.7z
|
||||||
unzip Supersonic-0.8.0-windows-x64.zip &&
|
|
||||||
rm Supersonic.exe &&
|
|
||||||
mv Supersonic-newbuild.exe Supersonic.exe
|
|
||||||
|
|
||||||
- name: Download smtc dll
|
- name: Download smtc dll
|
||||||
run: >
|
run: >
|
||||||
|
|||||||
Reference in New Issue
Block a user