Update URL to kitty home page in Info.plist
This commit is contained in:
2
setup.py
2
setup.py
@@ -666,7 +666,7 @@ Categories=System;TerminalEmulator;
|
|||||||
NSAppleScriptEnabled=False,
|
NSAppleScriptEnabled=False,
|
||||||
NSHumanReadableCopyright=time.strftime(
|
NSHumanReadableCopyright=time.strftime(
|
||||||
'Copyright %Y, Kovid Goyal'),
|
'Copyright %Y, Kovid Goyal'),
|
||||||
CFBundleGetInfoString='kitty, an OpenGL based terminal emulator https://github.com/kovidgoyal/kitty',
|
CFBundleGetInfoString='kitty, an OpenGL based terminal emulator https://sw.kovidgoyal.net/kitty',
|
||||||
CFBundleIconFile=appname + '.icns',
|
CFBundleIconFile=appname + '.icns',
|
||||||
NSHighResolutionCapable=True,
|
NSHighResolutionCapable=True,
|
||||||
NSSupportsAutomaticGraphicsSwitching=True,
|
NSSupportsAutomaticGraphicsSwitching=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user