Merge branch 'writePlist_deprecation' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
63a2ecb89c
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -680,7 +680,8 @@ def src_ignore(parent, entries):
|
|||
LSApplicationCategoryType='public.app-category.utilities',
|
||||
LSEnvironment={'KITTY_LAUNCHED_BY_LAUNCH_SERVICES': '1'},
|
||||
)
|
||||
plistlib.writePlist(pl, 'Info.plist')
|
||||
with open('Info.plist', 'wb') as fp:
|
||||
plistlib.dump(pl, fp)
|
||||
os.rename('../share', 'Resources')
|
||||
os.rename('../bin', 'MacOS')
|
||||
os.rename('../lib', 'Frameworks')
|
||||
|
|
|
|||
Loading…
Reference in a new issue