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
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…
x
Reference in New Issue
Block a user