From 5be4bd900f26f50f8498dc62b9229c5f1da7d5dd Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sat, 12 Jul 2025 09:35:17 -0700 Subject: [PATCH] Use more recent libmpv-2.dll for Windows build --- .github/workflows/build-windows.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index f8e9ad4..cc2fb47 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -24,6 +24,7 @@ jobs: make wget zip + p7zip - uses: actions/checkout@v3 - name: Set up Go @@ -44,11 +45,8 @@ jobs: - name: Download mpv dll run: > - wget https://github.com/dweymouth/supersonic/releases/download/v0.8.0/Supersonic-0.8.0-windows-x64.zip && - mv Supersonic.exe Supersonic-newbuild.exe && - unzip Supersonic-0.8.0-windows-x64.zip && - rm Supersonic.exe && - mv Supersonic-newbuild.exe Supersonic.exe + wget https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20250706/mpv-dev-x86_64-v3-20250706-git-db7bc59.7z && + 7z x mpv-dev-x86_64-v3-20250706-git-db7bc59.7z - name: Download smtc dll run: >