aoi-game-launcher/data/meson.build

11 lines
347 B
Meson
Raw Normal View History

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