mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
build: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
688f7a24fd
commit
b2f70cede4
@ -44,12 +44,6 @@ function compile-addon() {
|
||||
OUT_PATH="${TMP_PATH}/${1}"
|
||||
rm -rf "${OUT_PATH}"
|
||||
mkdir -p "${OUT_PATH}"
|
||||
VER=$(readConfigKey "version" "${MANIFEST}")
|
||||
# Check manifest version
|
||||
if [ ${VER} -ne 1 ]; then
|
||||
echo -e "\033[1;44mWarning: version ${VER} of manifest not suported, ignoring it\033[0m"
|
||||
return 0
|
||||
fi
|
||||
# Check if has compile script
|
||||
COMPILESCRIPT=$(readConfigKey "compile-script" "${MANIFEST}")
|
||||
if [ -n "${COMPILESCRIPT}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user