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 \