Log exception

This commit is contained in:
Chidi Williams 2023-01-28 13:25:37 +00:00
commit 55ebff13c8
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 \