diff --git a/Makefile b/Makefile index 5dd0a5a8..a9655eaf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later # -# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me) +# SPDX-FileCopyrightText: 2023 PeppermintOS Team (peppermintosteam@proton.me) # This Make file is used to execute the different parts if the bubble system # by running for example deb64 will chain execute copy_fls, copy_flders and @@ -27,9 +27,9 @@ deb64opb: dev64opb: python3 ${PY_PATH}/build_iso.py set e-openbox b-dev64 loadeddeb64: - python3 ${PY_PATH}/build_iso.py set b-loadxfdeb b-loadxfdeb64 + python3 ${PY_PATH}/build_iso.py set e-loadxfdeb b-loadxfdeb64 loadxfdeb64: - python3 ${PY_PATH}/build_iso.py set b-loadxfdev b-loadxfdev64 + python3 ${PY_PATH}/build_iso.py set e-loadxfdev b-loadxfdev64 loadxfdev64: ## 32 bit ISOs diff --git a/python_modules/build_iso.py b/python_modules/build_iso.py index a7188917..62787414 100644 --- a/python_modules/build_iso.py +++ b/python_modules/build_iso.py @@ -338,8 +338,9 @@ class Decsions: BuildOpenbox(*build_type_mapping[build_argument]) else: logger.critical("You have not specified a build to process!") - - def doloadedxfce(self): + + + def dloadedxfce(self): """ Arguments for the loaded xfce """ build_type_mapping = { 'b-loadxfdeb': ("deb", "_64"),