mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 12:54:38 +00:00
free up even more storage
This commit is contained in:
parent
f2bd5e52b0
commit
ca2439ae90
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ else
|
|||
done
|
||||
fi
|
||||
|
||||
[[ ! "x$REMOVE_CACHES" == "x" ]] && rm -rf monero/contrib/depends/built
|
||||
[[ ! "x$REMOVE_CACHES" == "x" ]] && rm -rf monero/contrib/depends/sources
|
||||
|
||||
unxz -f ../monero_c/release/monero/x86_64-linux-android_libwallet2_api_c.so.xz
|
||||
unxz -f ../monero_c/release/monero/x86_64-linux-android_libc++_shared.so.xz
|
||||
|
||||
|
|
Loading…
Reference in a new issue