Update: Corrected Openbox Path

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2024-01-27 00:00:17 +09:00
parent e91565130b
commit 3ed893d28e
1 changed files with 4 additions and 4 deletions

View File

@ -77,10 +77,10 @@ def check_build_type():
'DEB.32gfb': ('deb', '32', 'GFB'), 'DEB.32gfb': ('deb', '32', 'GFB'),
'DEV.64gfb': ('dev', '64', 'GFB'), 'DEV.64gfb': ('dev', '64', 'GFB'),
'DEV.32gfb': ('dev', '32', 'GFB'), 'DEV.32gfb': ('dev', '32', 'GFB'),
'DEB.64opb': ('deb', '64', 'OPB'), 'DEB.64opb': ('deb', '64', 'OPENBOX'),
'DEB.32opb': ('deb', '32', 'OPB'), 'DEB.32opb': ('deb', '32', 'OPENBOX'),
'DEV.64opb': ('dev', '64', 'OPB'), 'DEV.64opb': ('dev', '64', 'OPENBOX'),
'DEV.32opb': ('dev', '32', 'OPB'), 'DEV.32opb': ('dev', '32', 'OPENBOX'),
} }