mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-15 07:04:42 -04:00
update jre8 file name in makeuni
Signed-off-by: sa1672ndo <87911255+sa1672ndo@users.noreply.github.com>
This commit is contained in:
parent
7e69cb4a06
commit
e1ca1b34d6
@ -58,8 +58,7 @@ makearch () {
|
||||
makeuni () {
|
||||
echo "Making universal...";
|
||||
cd "$work";
|
||||
echo $(find "$in" -name jre8-arm64-*release.tar.xz) > /dev/null; rm -rf bin;
|
||||
tar xf $(find "$in" -name jre8-arm64-*release.tar.xz) > /dev/null; rm -rf bin;
|
||||
tar xf $(find "$in" -name jre8-android-arm64-*release.tar.xz) > /dev/null; rm -rf bin;
|
||||
rm -rf lib/aarch64;
|
||||
rm lib/jexec;
|
||||
rm release;
|
||||
|
Loading…
x
Reference in New Issue
Block a user