mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Missed one instance of "OS X"
This commit is contained in:
parent
c343bdd120
commit
25d1b2328f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue