Update URL to kitty home page in Info.plist

This commit is contained in:
Kovid Goyal 2018-07-29 19:03:41 +05:30
parent 892637683c
commit 31aa782362
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -666,7 +666,7 @@ Categories=System;TerminalEmulator;
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,