mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-06-09 08:20:18 +00:00
12 lines
314 B
Meson
12 lines
314 B
Meson
icondir = join_paths(get_option('datadir'), 'icons/hicolor')
|
|
install_data(
|
|
'zoitechat.png',
|
|
rename: 'org.zoitechat.ZoiteChat.png',
|
|
install_dir: join_paths(icondir, '48x48/apps')
|
|
)
|
|
install_data(
|
|
'zoitechat.svg',
|
|
rename: 'org.zoitechat.ZoiteChat.svg',
|
|
install_dir: join_paths(icondir, 'scalable/apps')
|
|
)
|