Use more recent libmpv-2.dll for Windows build

This commit is contained in:
Drew Weymouth
2025-07-12 09:35:17 -07:00
committed by GitHub
parent 9c56429ed4
commit 5be4bd900f
+3 -5
View File
@@ -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: >