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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user