Use a new scrcpy icon

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

Load it from a PNG file (SDL only supports bitmap icons).
This commit is contained in:
Romain Vimont
2021-10-22 18:51:20 +02:00
parent 12ed2f2402
commit 6004f0b6b0
5 changed files with 11 additions and 5 deletions

View File

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