diff --git a/.gitignore b/.gitignore index 778f35e..7308b5a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,7 @@ releases/ releases resdl/system/ resdl/system +resdl/util/ +resdl/util tmp/ tmp diff --git a/build.sh b/build.sh index 2d18f45..38b02ec 100755 --- a/build.sh +++ b/build.sh @@ -69,7 +69,7 @@ for file in "$workdir/src/META-INF" "$workdir/LICENSE" "$workdir/README.md"; do cp -Rf "$file" "$tmpdir/"; done; -for object in $stuff; do +for object in $stuff $stuff_util; do for realobject in $resdir/"$object" $resdldir/"$object"; do [ -e "$realobject" ] || continue; echo " -- BUILDER: Copying $object"; diff --git a/res/res-readme.md b/res/res-readme.md index 499e6db..ff320fd 100644 --- a/res/res-readme.md +++ b/res/res-readme.md @@ -1,3 +1,3 @@ -Put all static or manually updated binary assets in the system folder here +Put all static or manually updated binary assets in the system or util folder here. -Automagically updated assets go in resdl/system \ No newline at end of file +Automagically updated assets go in resdl instead diff --git a/resdl/resdl-readme.md b/resdl/resdl-readme.md index 3557f94..94cde55 100644 --- a/resdl/resdl-readme.md +++ b/resdl/resdl-readme.md @@ -1,3 +1,3 @@ -Script downloads all updateable assets in system here +Script downloads all updateable assets in system or util here. -All static or manually updated assets go in res/system \ No newline at end of file +All static or manually updated assets go in res instead