mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02: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:
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
|
||||
|
||||
Reference in New Issue
Block a user