mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-04 08:05:59 -04:00
6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
rm -rf jreout || true
|
|
cp -r openjdk/build/android-aarch64-normal-server-release/images/jre jreout
|
|
find jreout -name "*.diz" | xargs -- rm
|