Update URL to kitty home page in Info.plist
This commit is contained in:
parent
892637683c
commit
31aa782362
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -666,7 +666,7 @@ def src_ignore(parent, entries):
|
|||
NSAppleScriptEnabled=False,
|
||||
NSHumanReadableCopyright=time.strftime(
|
||||
'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',
|
||||
NSHighResolutionCapable=True,
|
||||
NSSupportsAutomaticGraphicsSwitching=True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue