You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Binary packages are available on the [Release Page](https://github.com/complexlo
33
33
### Windows
34
34
35
35
Download the ZIP file from the link below and extract its contents to a folder of your choice:
36
-
-[rsgain v3.5.1 portable ZIP (x64)](https://github.com/complexlogic/rsgain/releases/download/v3.5.1/rsgain-3.5.1-win64.zip)
36
+
-[rsgain v3.5.2 portable ZIP (x64)](https://github.com/complexlogic/rsgain/releases/download/v3.5.2/rsgain-3.5.2-win64.zip)
37
37
38
38
rsgain should be run on Windows 10 or later for full compatibility, but it can run on Windows versions as early as Vista with some caveats. See [Windows Notes](#windows-notes) for more information.
39
39
@@ -56,8 +56,8 @@ scoop install extras/rsgain
56
56
### macOS
57
57
58
58
Separate builds are available for Apple Silicon and Intel based Macs. Both require macOS 12 (Monterey) or later. Download and extract the correct version according to your hardware:
59
-
-[rsgain v3.5.1 portable ZIP (Apple Silicon)](https://github.com/complexlogic/rsgain/releases/download/v3.5.1/rsgain-3.5.1-macOS-arm64.zip)
60
-
-[rsgain v3.5.1 portable ZIP (Intel)](https://github.com/complexlogic/rsgain/releases/download/v3.5.1/rsgain-3.5.1-macOS-x86_64.zip)
59
+
-[rsgain v3.5.2 portable ZIP (Apple Silicon)](https://github.com/complexlogic/rsgain/releases/download/v3.5.2/rsgain-3.5.2-macOS-arm64.zip)
60
+
-[rsgain v3.5.2 portable ZIP (Intel)](https://github.com/complexlogic/rsgain/releases/download/v3.5.2/rsgain-3.5.2-macOS-x86_64.zip)
61
61
62
62
These builds are not codesigned, and the macOS Gatekeeper will most likely block execution. To work around this, you can remove the quarantine bit using the command below:
63
63
@@ -80,8 +80,8 @@ sudo apt install rsgain
80
80
There is also a .deb package for Debian Bookworm available on the [release page](https://github.com/complexlogic/rsgain/releases/latest). Use the following commands to install:
The above package won't work on recent Ubuntu releases due to an FFmpeg ABI break.
87
87
@@ -121,7 +121,7 @@ sudo dnf install rsgain
121
121
#### Static Build
122
122
123
123
An x86_64 static build is available that should run on recent releases of most GNU-based Linux distros (any distro shipping GCC 10 or later). Download the archive below and extract it to a directory of your choice:
124
-
-[rsgain v3.5.1 portable TAR (x86_64)](https://github.com/complexlogic/rsgain/releases/download/v3.5.1/rsgain-3.5.1-Linux.tar.xz)
124
+
-[rsgain v3.5.2 portable TAR (x86_64)](https://github.com/complexlogic/rsgain/releases/download/v3.5.2/rsgain-3.5.2-Linux.tar.xz)
0 commit comments