2019-04-05 17:19:09 +02:00
|
|
|
configure_file(
|
2024-01-18 16:52:53 +01:00
|
|
|
input: 'asgardius.page.aoilauncher.desktop',
|
|
|
|
output: 'asgardius.page.aoilauncher.desktop',
|
2019-04-05 17:19:09 +02:00
|
|
|
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',
|
2019-04-05 17:19:09 +02:00
|
|
|
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable', 'apps'))
|