mirror of https://github.com/mpv-player/mpv
build: actually install the 128x128 icons
mpv has generated this icon size for a while now, so go ahead and install it in the usual place like the other icon sizes.
This commit is contained in:
parent
c53a47eda3
commit
63ae6037df
|
@ -732,7 +732,7 @@ def build(ctx):
|
|||
|
||||
ctx.install_files(ctx.env.CONFDIR, ['etc/encoding-profiles.conf'] )
|
||||
|
||||
for size in '16x16 32x32 64x64'.split():
|
||||
for size in '16x16 32x32 64x64 128x128'.split():
|
||||
ctx.install_as(
|
||||
ctx.env.DATADIR + '/icons/hicolor/' + size + '/apps/mpv.png',
|
||||
'etc/mpv-icon-8bit-' + size + '.png')
|
||||
|
|
Loading…
Reference in New Issue