Update to 2.2.1

Update download to 2.2.1 and update readme
This commit is contained in:
2026-03-04 00:01:51 -05:00
parent 2f76921eb5
commit f30a023723
2 changed files with 3 additions and 3 deletions

View File

@@ -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. 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 ```bash
bash <(curl -s https://raw.githubusercontent.com/eric5949/Synthesizer-V-Studio-2-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh) 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 ```fish
bash (curl -s https://raw.githubusercontent.com/eric5949/Synthesizer-V-Studio-2-Linux-Installer/refs/heads/main/sv2linuxinstaller.sh | psub) 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

View File

@@ -28,7 +28,7 @@ fi
# Download Edge Webview and SV2 # Download Edge Webview and SV2
curl -L -o MicrosoftEdgeWebview2Setup.exe https://go.microsoft.com/fwlink/p/?LinkId=2124703 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 # Install Synthesizer V Studio 2 Pro
WINEPREFIX="$wineprefix_path" wineboot > /dev/null 2>&1 | echo "Wineboot Complete" WINEPREFIX="$wineprefix_path" wineboot > /dev/null 2>&1 | echo "Wineboot Complete"