Marked as unsafe/suspicious
-
I created .exe and .dll for a virtual instrument I'm working on. Thing is on some PCs and fewer Macs it's marked as unsafe.
What are the best practices for distributing a plugin/app mac and pc and avoiding warnings on the download/install process?
-
Codesigning is the thing you need. On macOS you‘re covered by the Developer Account but on Windows you have to acquire a code signing certificate from a 3rd party which is terribly annoying.
-
@christoph-hart will try to figure it out! thanks Christoph!