This commit is contained in:
Chidi Williams 2022-11-13 10:35:32 +00:00 committed by GitHub
parent 8f854005b5
commit 59d491a505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -18,6 +18,7 @@ datas += collect_data_files('whisper')
datas += [('whisper.dll' if platform.system() ==
'Windows' else 'libwhisper.*', '.')]
datas += [('assets/buzz.ico', 'assets')]
datas += [('assets/buzz-icon-1024.png', 'assets')]
datas += [(shutil.which('ffmpeg'), '.')]
@ -74,7 +75,7 @@ app = BUNDLE(
name='Buzz.app',
icon='./assets/buzz.icns',
bundle_identifier='com.chidiwilliams.buzz',
version='0.5.5',
version='0.5.6',
info_plist={
'NSPrincipalClass': 'NSApplication',
'NSHighResolutionCapable': 'True',

View file

@ -1 +1 @@
VERSION = "0.5.5"
VERSION = "0.5.6"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "buzz"
version = "0.5.5"
version = "0.5.6"
description = ""
authors = ["Chidi Williams <williamschidi1@gmail.com>"]
license = "MIT"