asteroid-game-launcher/data/meson.build

11 lines
356 B
Meson
Raw Normal View History

configure_file(
input: 'com.example.first_application.desktop',
output: 'com.example.first_application.desktop',
copy: true,
install: true,
install_dir: join_paths(get_option('datadir'), 'applications')
)
install_data('com.example.first_application.svg',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable', 'apps'))