2019-04-05 17:19:09 +02:00
|
|
|
configure_file(
|
2024-01-18 13:35:16 +01:00
|
|
|
input: 'asgardius.page.asteroidlauncher.desktop',
|
|
|
|
output: 'asgardius.page.asteroidlauncher.desktop',
|
2019-04-05 17:19:09 +02:00
|
|
|
copy: true,
|
|
|
|
install: true,
|
|
|
|
install_dir: join_paths(get_option('datadir'), 'applications')
|
|
|
|
)
|
|
|
|
|
2024-01-18 13:35:16 +01:00
|
|
|
install_data('asgardius.page.asteroidlauncher.svg',
|
2019-04-05 17:19:09 +02:00
|
|
|
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable', 'apps'))
|