From 3ca480e1e9256a3fc184be3e175ec5419e24a03f Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 25 Sep 2021 10:00:58 +0300 Subject: [PATCH] add lunix4k png for skin --- NeoBoot/files/tools.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index c509a12..3bf97b2 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -1353,6 +1353,8 @@ class SkinChange(Screen): system('cp -r ' + LinkNeoBoot + '/images/solo2.png ' + LinkNeoBoot + '/images/box.png') elif getBoxHostName() == 'bre2ze4k': system('cp -r ' + LinkNeoBoot + '/images/bre2ze4k.png ' + LinkNeoBoot + '/images/box.png') + elif getBoxHostName() == 'lunix4k': + system('cp -r ' + LinkNeoBoot + '/images/lunix4k.png ' + LinkNeoBoot + '/images/box.png') else: system('cp -r ' + LinkNeoBoot + '/images/logo.png ' + LinkNeoBoot + '/images/box.png')