Update: Added in Nightly location for OpenBox

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2024-01-26 20:00:39 +09:00
parent 8cfb9ce736
commit eeeabb10bc
1 changed files with 5 additions and 2 deletions

View File

@ -75,10 +75,13 @@ def check_build_type():
'DEV.armxfc': ('dev', 'arm', 'XFCE'),
'DEB.64gfb': ('deb', '64', 'GFB'),
'DEB.32gfb': ('deb', '32', 'GFB'),
'DEB.armgfb': ('deb', 'arm', 'GFB'),
'DEV.64gfb': ('dev', '64', 'GFB'),
'DEV.32gfb': ('dev', '32', 'GFB'),
'DEV.armgfb': ('dev', 'arm', 'GFB'),
'DEB.64opb': ('deb', '64', 'OPB'),
'DEB.32opb': ('deb', '32', 'OPB'),
'DEV.64opb': ('dev', '64', 'OPB'),
'DEV.32opb': ('dev', '32', 'OPB'),
}