Update release instructions (#220)

This commit is contained in:
Chidi Williams 2022-12-08 13:13:11 +00:00 committed by GitHub
parent 690394d604
commit 6d53af247a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View file

@ -135,3 +135,5 @@ jobs:
Buzz*.tar.gz
Buzz*.dmg
Buzz.exe
- name: Upload to Brew
run: make upload_brew

View file

@ -100,6 +100,7 @@ codesign_all_mac:
make codesign_mac path="$$i"; \
done
make codesign_mac path="./dist/Buzz.app/Contents/Resources/ffmpeg"
make codesign_mac path="./dist/Buzz.app/Contents/Resources/whisper_cpp"
make codesign_mac path="./dist/Buzz.app/Contents/MacOS/Buzz"
make codesign_verify
@ -146,3 +147,6 @@ VENV_PATH := $(shell poetry env info -p)
# Make GGML model from whisper. Example: make ggml model_path=/Users/chidiwilliams/.cache/whisper/medium.pt
ggml:
python3 ./whisper.cpp/models/convert-pt-to-ggml.py ${model_path} $(VENV_PATH)/src/whisper dist
upload_brew:
brew bump-cask-pr --version ${version} buzz

View file

@ -243,7 +243,7 @@ class WhisperCppFileTranscriber(QRunnable):
args.append(wav_file)
logging.debug(
'Running whisper_cpp process, args = "%s"', ''.join(args))
'Running whisper_cpp process, args = "%s"', ' '.join(args))
self.process.start('./whisper_cpp', args)

View file

@ -20,7 +20,7 @@ DisableProgramGroupPage=yes
;PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputDir={#OutputDir}
OutputBaseFilename={#AppName}
OutputBaseFilename={#AppName}-{#AppVersion}-windows
SetupIconFile={#AppIconPath}
Compression=lzma
SolidCompression=yes