diff --git a/Makefile b/Makefile index 6f9db03f..405c6266 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ notarize_zip: zip_mac: ditto -c -k --keepParent "${mac_app_path}" "${mac_zip_path}" -codesign_all_mac: dist/Buzz.app +codesign_all_mac: codesign --force --options=runtime --sign "$$BUZZ_CODESIGN_IDENTITY" --timestamp dist/Buzz.app/Contents/Resources/ffmpeg codesign --force --options=runtime --sign "$$BUZZ_CODESIGN_IDENTITY" --timestamp dist/Buzz.app/Contents/Resources/whisper_cpp for i in $$(find dist/Buzz.app/Contents/Resources/torch/bin -name "*" -type f); \