Add util support

gf-arm64
ShaneTheAwesome 5 years ago
parent ba5d54659a
commit 5ed4be9d22

2
.gitignore vendored

@ -2,5 +2,7 @@ releases/
releases releases
resdl/system/ resdl/system/
resdl/system resdl/system
resdl/util/
resdl/util
tmp/ tmp/
tmp tmp

@ -69,7 +69,7 @@ for file in "$workdir/src/META-INF" "$workdir/LICENSE" "$workdir/README.md"; do
cp -Rf "$file" "$tmpdir/"; cp -Rf "$file" "$tmpdir/";
done; done;
for object in $stuff; do for object in $stuff $stuff_util; do
for realobject in $resdir/"$object" $resdldir/"$object"; do for realobject in $resdir/"$object" $resdldir/"$object"; do
[ -e "$realobject" ] || continue; [ -e "$realobject" ] || continue;
echo " -- BUILDER: Copying $object"; echo " -- BUILDER: Copying $object";

@ -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 Automagically updated assets go in resdl instead

@ -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 All static or manually updated assets go in res instead

Loading…
Cancel
Save