mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Log exception
This commit is contained in:
parent
4a64bd135c
commit
0e405a0f2e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue