Use the new scrcpy icon

Use the new icon designed by @varlesh:
<https://github.com/Genymobile/scrcpy/pull/1987#issuecomment-949684080>

Attempt to use the SVG, and fallback to PNG.
This commit is contained in:
Romain Vimont
2021-10-22 18:51:20 +02:00
parent 13457884ba
commit 4fc8bdb084
7 changed files with 36 additions and 7 deletions

View File

@@ -151,6 +151,12 @@ executable('scrcpy', src,
c_args: [])
install_man('scrcpy.1')
install_data('../data/icon.svg',
rename: 'scrcpy.svg',
install_dir: 'share/icons/hicolor/scalable/apps')
install_data('../data/icon_256x256.png',
rename: 'scrcpy.png',
install_dir: 'share/icons/hicolor/256x256/apps')
### TESTS