Fix fdo icon install path
This commit is contained in:
parent
ca3802e82a
commit
2e3a78383f
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ foreach s : ['16x16.png', '22x22.png', '24x24.png', '32x32.png',
|
||||||
dir = s.split('.')[0]
|
dir = s.split('.')[0]
|
||||||
ext = s.split('.')[1]
|
ext = s.split('.')[1]
|
||||||
install_data(join_paths('desktop', dir, 'aegisub.' + ext),
|
install_data(join_paths('desktop', dir, 'aegisub.' + ext),
|
||||||
install_dir : join_paths(get_option('datadir'), 'icons', 'hicolor', dir))
|
install_dir : join_paths(get_option('datadir'), 'icons', 'hicolor', dir, 'apps'))
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Reference in a new issue