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:
Dudemanguy 2020-07-19 12:13:16 -05:00
parent c53a47eda3
commit 63ae6037df
1 changed files with 1 additions and 1 deletions

View File

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