From 537018c3d114b6ada037ee8518e4d04914b4cec4 Mon Sep 17 00:00:00 2001 From: Lili Kurek Date: Thu, 26 Feb 2026 18:28:41 +0100 Subject: [PATCH] Update 86Box.spec I missed icon sizes in this file. --- src/unix/assets/86Box.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/assets/86Box.spec b/src/unix/assets/86Box.spec index aefac7a4f..43dc8c386 100644 --- a/src/unix/assets/86Box.spec +++ b/src/unix/assets/86Box.spec @@ -88,7 +88,7 @@ Collection of ROMs for use with 86Box. %cmake_install # install icons -for i in 48 64 72 96 128 192 256 512; do +for i in 16 20 24 32 40 48 64 72 128 256; do mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps cp src/unix/assets/${i}x${i}/net.86box.86Box.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${i}x${i}/apps done