mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
10 lines
228 B
Meson
10 lines
228 B
Meson
|
|
icondir = join_paths(get_option('datadir'), 'icons/hicolor')
|
||
|
|
install_data(
|
||
|
|
'hexchat.png',
|
||
|
|
install_dir: join_paths(icondir, '48x48/apps')
|
||
|
|
)
|
||
|
|
install_data(
|
||
|
|
'hexchat.svg',
|
||
|
|
install_dir: join_paths(icondir, 'scalable/apps')
|
||
|
|
)
|