asteroid-game-launcher/data/meson.build
David Boddie 065649aaad Add most of the first tutorial
Signed-off-by: David Boddie <david.boddie@puri.sm>
2019-04-05 17:19:09 +02:00

11 lines
356 B
Meson

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'))