fix: update meson desktop file names

This commit is contained in:
Vladimír Magyar 2022-09-14 07:03:40 +02:00
parent 66e2b58c1a
commit 89ff87dd37
No known key found for this signature in database
GPG key ID: 832AA8811CE11E9E

View file

@ -244,7 +244,7 @@ executable(
install: true) install: true)
install_data( install_data(
'foot.desktop', 'foot-server.desktop', 'footclient.desktop', 'org.codeberg.dnkl.foot.desktop', 'org.codeberg.dnkl.foot-server.desktop', 'org.codeberg.dnkl.footclient.desktop',
install_dir: join_paths(get_option('datadir'), 'applications')) install_dir: join_paths(get_option('datadir'), 'applications'))
systemd = dependency('systemd', required: false) systemd = dependency('systemd', required: false)