mirror of
https://github.com/artizirk/wdisplays.git
synced 2024-11-21 16:30: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:
parent
a9aa7472e3
commit
f4cf935e49
@ -36,9 +36,12 @@ if scour.found()
|
||||
'@INPUT@', '@OUTPUT@'],
|
||||
install: true,
|
||||
install_dir: icondir)
|
||||
else
|
||||
install_data(icon, install_dir: icondir)
|
||||
endif
|
||||
else
|
||||
install_data(icon,
|
||||
rename: '@0@.svg'.format(meson.project_name()),
|
||||
install_dir: icondir
|
||||
)
|
||||
endif
|
||||
|
||||
install_data(
|
||||
configure_file(input: 'wdisplays.desktop.in',
|
||||
|
Loading…
Reference in New Issue
Block a user