footclient.desktop: new XDG desktop file, for footclient

This commit is contained in:
Daniel Eklöf 2021-11-15 12:13:39 +01:00
parent 31966f5494
commit 843ba49565
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 14 additions and 2 deletions

View file

@ -231,7 +231,7 @@ executable(
install: true)
install_data(
'foot.desktop', 'foot-server.desktop',
'foot.desktop', 'foot-server.desktop', 'footclient.desktop',
install_dir: join_paths(get_option('datadir'), 'applications'))
scdoc = dependency('scdoc', native: true, required: get_option('docs'))