diff --git a/README.md b/README.md index 4c38add..4e6ef9d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Please refer to the [User Manual](MANUAL.md) for detailed explanations. ## Binaries -The (almost) ready to use binaries can be obtained in two ways: +The ready to use binaries can be obtained in two ways: - via continuous build artifacts or - via a local build from the source code. @@ -40,18 +40,6 @@ Use one of the following links to download the latest binaries for your specific - [Ubuntu](https://nightly.link/jurihock/stftPitchShiftPlugin/workflows/build/main/StftPitchShiftPlugin-ubuntu-latest.zip) - [Windows](https://nightly.link/jurihock/stftPitchShiftPlugin/workflows/build/main/StftPitchShiftPlugin-windows-latest.zip) -Due to a GitHub [limitation](https://github.com/actions/upload-artifact/issues/38), -the _standalone app_ included in macOS and Ubuntu build artifacts comes with broken execution permission, -that need to be repaired manually by executing the `chmod +x` command in the terminal: - -``` bash -# macOS -chmod +x ./Standalone/StftPitchShiftPlugin.app/Contents/MacOS/StftPitchShiftPlugin - -# Ubuntu -chmod +x ./Standalone/StftPitchShiftPlugin -``` - On macOS, you will also have to deal with the [Gatekeeper](https://support.apple.com/HT202491), in order to execute the standalone app or to load the AU or VST3 plugin in your DAW.