fix: fine then

This commit is contained in:
Sculas 2022-06-15 22:31:10 +02:00 committed by GitHub
parent 099133dce3
commit 6d13d16395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
cd termux-packages
./scripts/run-docker.sh ../setup.sh
mv ../setup.sh .
./scripts/run-docker.sh ./setup.sh
for arch in "aarch64" "arm" "i686"; do
echo "Building aapt for $arch"
./scripts/run-docker.sh ./build-package.sh -I -a $arch aapt
done
done