Modificar python_modules/build_iso.py

This commit is contained in:
manuel 2024-05-02 17:02:25 +00:00
parent 71e1f08223
commit de7ae21443
1 changed files with 2 additions and 2 deletions

View File

@ -385,8 +385,8 @@ class Decsions:
def dserver(self):
""" Arguments for the Server """
build_type_mapping = {
'b-srvdeb': ("server", "_64srv"),
'b-srvdev': ("server", "_64srv"),
'b-srvdeb': ("debsrv", "_64srv"),
'b-srvdev': ("debsrv", "_64srv"),
}
build_argument = self.arguments.b