mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 04:15:47 +01:00
add lunix4k png for skin
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user