Missed one instance of "OS X"

This commit is contained in:
Luflosi 2019-01-28 23:57:28 +01:00
parent c343bdd120
commit 25d1b2328f
No known key found for this signature in database
GPG Key ID: 14140F703B7D8362

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)