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
d315a5eb04
commit
55ebff13c8
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
Makefile
2
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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue