mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Adding whisper.cpp executables
This commit is contained in:
parent
843777e77a
commit
53b107d178
1 changed files with 1 additions and 7 deletions
|
|
@ -74,19 +74,13 @@ else:
|
|||
(shutil.which("ffprobe"), "."),
|
||||
]
|
||||
|
||||
if platform.system() == "Linux":
|
||||
binaries.append(("buzz/whisper_cpp/*.so", "buzz/whisper_cpp"))
|
||||
|
||||
if platform.system() == "Darwin":
|
||||
binaries.append(("buzz/whisper_cpp/*.dylib", "buzz/whisper_cpp"))
|
||||
binaries.append(("buzz/whisper_cpp/*", "buzz/whisper_cpp"))
|
||||
|
||||
if platform.system() == "Windows":
|
||||
datas += [("dll_backup", "dll_backup")]
|
||||
datas += collect_data_files("msvc-runtime")
|
||||
|
||||
binaries.append(("dll_backup/SDL2.dll", "dll_backup"))
|
||||
binaries.append(("buzz/whisper_cpp/*.dll", "buzz/whisper_cpp"))
|
||||
binaries.append(("buzz/whisper_cpp/*.exe", "buzz/whisper_cpp"))
|
||||
|
||||
a = Analysis(
|
||||
["main.py"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue