mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-11 19:34:36 +03:00
Merge branch 'writePlist_deprecation' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
63a2ecb89c
3
setup.py
3
setup.py
@ -680,7 +680,8 @@ Categories=System;TerminalEmulator;
|
||||
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 New Issue
Block a user