diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 7775e3d..f8e9ad4 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -52,7 +52,7 @@ jobs: - name: Download smtc dll run: > - wget https://github.com/supersonic-app/smtc-dll/releases/download/v0.1.1/SMTC.dll + wget https://github.com/supersonic-app/smtc-dll/releases/download/v0.1.2/SMTC.dll - name: Generate zip bundle run: zip Supersonic-windows.zip Supersonic.exe libmpv-2.dll SMTC.dll