From 55ebff13c8fcde54d2b991700b2df856eb0dad2c Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Sat, 28 Jan 2023 13:25:37 +0000 Subject: [PATCH] Log exception --- Buzz.spec | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Buzz.spec b/Buzz.spec index 9aa1085f..06c16e3f 100644 --- a/Buzz.spec +++ b/Buzz.spec @@ -25,7 +25,7 @@ datas += [('whisper.dll' if platform.system() == 'Windows' else 'libwhisper.*', datas += [(shutil.which('whisper_cpp') if platform.system() == 'Windows' else 'whisper_cpp', '.')] datas += [('assets/*', 'assets')] datas += [(file[1], os.path.dirname(file[1])) for file in Tree('./locale', prefix='locale', excludes=['*.po'])] -datas += [(shutil.which('ffmpeg'), '.')] +# datas += [(shutil.which('ffmpeg'), '.')] block_cipher = None diff --git a/Makefile b/Makefile index 405c6266..4e527177 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ zip_mac: ditto -c -k --keepParent "${mac_app_path}" "${mac_zip_path}" 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/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); \ do \