Skip to content

Commit

Permalink
Add pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Oct 28, 2023
1 parent c469f9d commit b38ca52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ endif

clean:
rm -f $(LIBWHISPER)
rm -f whisper_cpp
rm -f buzz/whisper_cpp.py
rm -rf dist/* || true

Expand Down Expand Up @@ -106,7 +105,6 @@ zip_mac:

codesign_all_mac: dist/Buzz.app
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 \
codesign --force --options=runtime --sign "$$BUZZ_CODESIGN_IDENTITY" --timestamp "$$i"; \
Expand Down

0 comments on commit b38ca52

Please sign in to comment.