From 6ae61d3bad0aff0d532ade01d5ed90b8e23c84fb Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Fri, 21 Feb 2025 06:47:36 -0800 Subject: [PATCH] bump SMTC DLL version --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index bf24cbb..1d8e7dd 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -55,7 +55,7 @@ jobs: - name: Download smtc dll run: > - wget https://github.com/supersonic-app/smtc-dll/releases/download/v0.1.0/SMTC.dll + wget https://github.com/supersonic-app/smtc-dll/releases/download/v0.1.1/SMTC.dll - name: Generate zip bundle run: zip Supersonic-windows.zip Supersonic.exe libmpv-2.dll SMTC.dll