1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Add tonlib libraries for Android to release (#1169)

* add android tonlib artifacts to release

* change final artifacts access rights
This commit is contained in:
neodix42 2024-09-13 21:48:38 +04:00 committed by GitHub
parent b304b1c7be
commit eea95aeebb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 26 additions and 11 deletions

View file

@ -140,9 +140,9 @@ if [ "$with_artifacts" = true ]; then
cp build/utils/json2tlo artifacts/
cp build/adnl/adnl-proxy artifacts/
cp build/emulator/libemulator.dylib artifacts/
chmod +x artifacts/*
rsync -r crypto/smartcont artifacts/
rsync -r crypto/fift/lib artifacts/
cp -R crypto/smartcont artifacts/
cp -R crypto/fift/lib artifacts/
chmod -R +x artifacts/*
fi
if [ "$with_tests" = true ]; then