asteroid-game-launcher/data/meson.build

11 lines
362 B
Meson
Raw Normal View History

configure_file(
2024-01-18 13:35:16 +01:00
input: 'asgardius.page.asteroidlauncher.desktop',
output: 'asgardius.page.asteroidlauncher.desktop',
copy: true,
install: true,
install_dir: join_paths(get_option('datadir'), 'applications')
)
2024-01-18 16:33:20 +01:00
install_data('asgardius.page.asteroidlauncher.png',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable', 'apps'))