From 0e405a0f2ee9d1875fcac20a269643bf38d02c84 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Fri, 27 Jan 2023 23:55:20 +0000 Subject: [PATCH] Log exception --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \