1
0
mirror of https://github.com/artizirk/wdisplays.git synced 2024-11-22 00:40:59 +02:00

Install icon to the app_id location

This is so that the desktop files picks it up correctly.

Thanks, @WhyNotHugo and @jbeich.
This commit is contained in:
somini 2021-12-27 12:19:58 +00:00 committed by somini
parent a9aa7472e3
commit f4cf935e49
No known key found for this signature in database
GPG Key ID: 2B21E7CA6F6A8FD4

View File

@ -36,9 +36,12 @@ if scour.found()
'@INPUT@', '@OUTPUT@'], '@INPUT@', '@OUTPUT@'],
install: true, install: true,
install_dir: icondir) install_dir: icondir)
else else
install_data(icon, install_dir: icondir) install_data(icon,
endif rename: '@0@.svg'.format(meson.project_name()),
install_dir: icondir
)
endif
install_data( install_data(
configure_file(input: 'wdisplays.desktop.in', configure_file(input: 'wdisplays.desktop.in',