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 @@ def src_ignore(parent, entries):
|
|||
)
|
||||
# }}}
|
||||
|
||||
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…
Reference in a new issue