mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Merge branch 'writePlist_deprecation' of https://github.com/Luflosi/kitty
This commit is contained in:
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')
|
||||
|
||||
Reference in New Issue
Block a user