Framework for displaying simple OS notifications

This commit is contained in:
Kovid Goyal
2019-01-29 18:11:48 +05:30
parent c8dfe955d7
commit c2f6450af3
4 changed files with 81 additions and 0 deletions

View File

@@ -636,6 +636,7 @@ def package(args, for_bundle=False, sh_launcher=False):
raise SystemExit('tic failed to output the compiled kitty terminfo file')
shutil.copy2('__main__.py', libdir)
shutil.copy2('logo/kitty.rgba', os.path.join(libdir, 'logo'))
shutil.copy2('logo/kitty.png', os.path.join(libdir, 'logo'))
shutil.copy2('logo/beam-cursor.png', os.path.join(libdir, 'logo'))
shutil.copy2('logo/beam-cursor@2x.png', os.path.join(libdir, 'logo'))