2018-04-16 22:00:09 +00:00
|
|
|
install_data('icons/write-as.png',
|
|
|
|
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '128x128', 'apps')
|
|
|
|
)
|
|
|
|
|
2018-10-01 01:56:09 +00:00
|
|
|
install_data('writeas-gtk.desktop',
|
2018-04-16 22:00:09 +00:00
|
|
|
install_dir: join_paths(get_option('datadir'), 'applications'))
|
2018-10-01 01:56:09 +00:00
|
|
|
install_data('writeas-gtk.appdata.xml',
|
2018-04-16 22:00:09 +00:00
|
|
|
install_dir: join_paths(get_option('datadir'), 'metainfo'))
|