1
0
mirror of https://github.com/artizirk/wdisplays.git synced 2025-12-08 17:15:13 +02:00

Merge pull request #1 from somini/patch-1

Move icon to the app_id name
This commit is contained in:
redtide
2023-07-01 09:52:11 +02:00
committed by GitHub

View File

@@ -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',