Merge branch 'osx_to_macos' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal 2019-01-29 09:01:24 +05:30
commit 71091e73a4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -682,7 +682,7 @@ Categories=System;TerminalEmulator;
)
# }}}
if for_bundle or sh_launcher: # OS X bundle gunk {{{
if for_bundle or sh_launcher: # macOS bundle gunk {{{
import plistlib
logo_dir = os.path.abspath(os.path.join('logo', appname + '.iconset'))
os.chdir(ddir)