mirror of https://github.com/mpv-player/mpv
build: install scalable svg icon as well
This commit is contained in:
parent
e1d414c992
commit
30f18b8dc7
|
@ -557,3 +557,7 @@ def build(ctx):
|
|||
ctx.install_as(
|
||||
ctx.env.DATADIR + '/icons/hicolor/' + size + '/apps/mpv.png',
|
||||
'etc/mpv-icon-8bit-' + size + '.png')
|
||||
|
||||
ctx.install_as(
|
||||
ctx.env.DATADIR + '/icons/hicolor/scalable/apps/mpv.svg',
|
||||
'etc/mpv-gradient.svg')
|
||||
|
|
Loading…
Reference in New Issue