Skip to content

Commit

Permalink
Update readme #5
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock authored Dec 15, 2023
1 parent e1d62ba commit 9a1b2e3
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down

0 comments on commit 9a1b2e3

Please sign in to comment.