mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 05:35:17 +00:00
Fix application icon not being placed in apps sub-directory in linux bundle
This commit is contained in:
parent
c2f008672c
commit
9bef53459f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -417,7 +417,7 @@ def package(args, for_bundle=False): # {{{
|
|||
safe_makedirs(launcher_dir)
|
||||
build_linux_launcher(args, launcher_dir, for_bundle)
|
||||
if not isosx: # {{{ linux desktop gunk
|
||||
icdir = os.path.join(ddir, 'share', 'icons', 'hicolor', '256x256')
|
||||
icdir = os.path.join(ddir, 'share', 'icons', 'hicolor', '256x256', 'apps')
|
||||
safe_makedirs(icdir)
|
||||
shutil.copy2('logo/kitty.png', icdir)
|
||||
deskdir = os.path.join(ddir, 'share', 'applications')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue