Update Concrete to support the new extensible update manifest format.

This commit is contained in:
2023-03-13 16:31:52 -07:00
parent 681c984b0a
commit 58aa162aa3
6 changed files with 76 additions and 1 deletions

View File

@ -6,6 +6,7 @@ rm -rf artifacts/
mkdir -p artifacts/
mkdir -p artifacts/build/manifests
cp build/manifests/update.json artifacts/build/manifests/
cp build/manifests/manifest.json artifacts/
find . -name "*-plugin.jar" | grep "foundation-" | while read -r JAR
do