func: fix build not clean addon file

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-03-31 14:23:15 +02:00
parent 9a63f65691
commit fee5748d8d
2 changed files with 9 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ function getAddons() {
echo "Extracting ${PKG} to ${DEST_PATH}/${ADDON}"
tar -xaf "${PKG}" -C "${DEST_PATH}/${ADDON}"
done
rm -f "${CACHE_FILE}"
echo "Getting Addons end - ${TAG}"
}