diff --git a/README.md b/README.md index 4f5cded..06fe329 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ Download the script and run it, make sure you have wine, winetricks and yabridge/yabridgectl installed if you want to try and use the VST plugin. - - *Bash* ```bash bash <(curl -s https://raw.githubusercontent.com/eric5949/Synthesizer-V-Studio-2-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh) @@ -14,3 +12,5 @@ bash <(curl -s https://raw.githubusercontent.com/eric5949/Synthesizer-V-Studio-2 ```fish bash (curl -s https://raw.githubusercontent.com/eric5949/Synthesizer-V-Studio-2-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh | psub) ``` + +VST works on new wine with this yabridge: https://github.com/robbert-vdh/yabridge/actions/workflows/build.yml?query=branch%3Anew-wine10-embedding diff --git a/sv2linuxinstaller.sh b/sv2linuxinstaller.sh index b5ec0e2..a296404 100755 --- a/sv2linuxinstaller.sh +++ b/sv2linuxinstaller.sh @@ -28,7 +28,7 @@ fi # Download Edge Webview and SV2 curl -L -o MicrosoftEdgeWebview2Setup.exe https://go.microsoft.com/fwlink/p/?LinkId=2124703 -curl -L -o svstudio2-pro-setup-latest.exe https://authr3-media.r2.dreamtonics.com/updates/Synthesizer-V-Studio-2-Pro/svstudio2-pro-setup-2.2.0_2.2.0_131584_KkgcgKIz1LaHH6gU.exe +curl -L -o svstudio2-pro-setup-latest.exe https://authr3-media.r2.dreamtonics.com/updates/Synthesizer-V-Studio-2-Pro/svstudio2-pro-setup-2.2.1_2.2.1_131585_6nDskUCuqusxJtzK.exe # Install Synthesizer V Studio 2 Pro WINEPREFIX="$wineprefix_path" wineboot > /dev/null 2>&1 | echo "Wineboot Complete"