mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
macOS: Fix info plist structure version
Set the InfoDictionary version explicitly, hopefully the behavior will be unchanged when the default version is upgraded.
This commit is contained in:
parent
7649e2f3ea
commit
953cf26369
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1035,7 +1035,7 @@ def macos_info_plist() -> bytes:
|
|||
# Bundle Version Info
|
||||
CFBundleVersion=VERSION,
|
||||
CFBundleShortVersionString=VERSION,
|
||||
CFBundleInfoDictionaryVersion=VERSION,
|
||||
CFBundleInfoDictionaryVersion='6.0',
|
||||
NSHumanReadableCopyright=time.strftime('Copyright %Y, Kovid Goyal'),
|
||||
CFBundleGetInfoString='kitty - The fast, feature-rich, GPU based terminal emulator. https://sw.kovidgoyal.net/kitty/',
|
||||
# Operating System Version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue