DropSnorz / OwlPlug

Audio plugin manager. Small tool to manage VST / AU / LV2 plugins on Windows, MacOS and Linux.
https://owlplug.com
GNU General Public License v3.0
287 stars 11 forks source link

Unable to be installed on Mac M1 #151

Closed DarkMG73 closed 2 years ago

DarkMG73 commented 2 years ago

I love the idea and want to contribute, but this failed to install. MacOS said the it was damaged and could not install.

DropSnorz commented 2 years ago

Hi @DarkMG73,

The app is not notarized by Apple and flagged as downloaded from the internet (MacOs put it in quarantine). You can fix this by following a simple procedure described on issue #60 and here: https://github.com/DropSnorz/OwlPlug/wiki/Troubleshooting

Open a Terminal, and run the following command to remove the quarantine flag:

sudo xattr -rd com.apple.quarantine /Applications/OwlPlug.app/

Hope it helps 🙂