shaishaicookie / fcpx-auto-captions

🎬 Auto Captions for Final Cut Pro Powered by OpenAI's Whisper Model
https://whisperautocaptions.com/
221 stars 21 forks source link

Can't open the downloaded file #3

Open Torahda opened 1 year ago

Torahda commented 1 year ago

Hello, Thank you for this useful tool! I attempted to install the Whisper Auto Captions app, but Apple won't allow it because the source is unverified. Do you have any suggestions on how to resolve this issue?

shaishaicookie commented 12 months ago

You can solve this problem using the following two command-line instructions. Simply download and unzip the app, and then add the path to the unzipped app at the end of each command. Just replace [unzip app path] with the app path in your computer.

sudo xattr -rd com.apple.quarantine [unzip app path]

sudo codesign --force --deep --sign - [unzip app path]