1 2 3 4 5 6 7 8 9
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') )