From 63ae6037df115f376207592567ab785dc41ea511 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 19 Jul 2020 12:13:16 -0500 Subject: 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. --- wscript_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 525d744bfb..7cf5d5a784 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -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') -- cgit v1.2.3