update build.py
This commit is contained in:
parent
8dfc3912d4
commit
7f965d4d2a
6
Makefile
6
Makefile
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# 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
|
# 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
|
# by running for example deb64 will chain execute copy_fls, copy_flders and
|
||||||
|
@ -27,9 +27,9 @@ deb64opb:
|
||||||
dev64opb:
|
dev64opb:
|
||||||
python3 ${PY_PATH}/build_iso.py set e-openbox b-dev64
|
python3 ${PY_PATH}/build_iso.py set e-openbox b-dev64
|
||||||
loadeddeb64:
|
loadeddeb64:
|
||||||
python3 ${PY_PATH}/build_iso.py set b-loadxfdeb b-loadxfdeb64
|
python3 ${PY_PATH}/build_iso.py set e-loadxfdeb b-loadxfdeb64
|
||||||
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:
|
loadxfdev64:
|
||||||
|
|
||||||
## 32 bit ISOs
|
## 32 bit ISOs
|
||||||
|
|
|
@ -338,8 +338,9 @@ class Decsions:
|
||||||
BuildOpenbox(*build_type_mapping[build_argument])
|
BuildOpenbox(*build_type_mapping[build_argument])
|
||||||
else:
|
else:
|
||||||
logger.critical("You have not specified a build to process!")
|
logger.critical("You have not specified a build to process!")
|
||||||
|
|
||||||
def doloadedxfce(self):
|
|
||||||
|
def dloadedxfce(self):
|
||||||
""" Arguments for the loaded xfce """
|
""" Arguments for the loaded xfce """
|
||||||
build_type_mapping = {
|
build_type_mapping = {
|
||||||
'b-loadxfdeb': ("deb", "_64"),
|
'b-loadxfdeb': ("deb", "_64"),
|
||||||
|
|
Loading…
Reference in New Issue