build: install scalable svg icon as well

This commit is contained in:
Christian Hesse 2015-12-01 08:02:52 +01:00 committed by wm4
parent e1d414c992
commit 30f18b8dc7
1 changed files with 4 additions and 0 deletions

View File

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