mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
Bump Go version for security vulnerabilities
Unfortunately means have to bump minimum macos version as well as Go requires it.
This commit is contained in:
2
setup.py
2
setup.py
@@ -1706,7 +1706,7 @@ def macos_info_plist(for_quake: str = '') -> bytes:
|
||||
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
|
||||
LSMinimumSystemVersion='11.0.0',
|
||||
LSMinimumSystemVersion='12.0.0',
|
||||
# Categorization
|
||||
CFBundlePackageType='APPL',
|
||||
CFBundleSignature='????',
|
||||
|
||||
Reference in New Issue
Block a user