cwtch-ui/fetch-libcwtch-go.sh

7 lines
313 B
Bash
Raw Normal View History

2021-06-24 23:10:45 +00:00
#!/bin/sh
VERSION=`cat LIBCWTCH-GO.version`
echo $VERSION
2023-03-14 21:46:57 +00:00
curl --fail https://build.openprivacy.ca/files/libCwtch-autobindings-$VERSION/android/cwtch.aar --output android/cwtch/cwtch.aar
curl --fail https://build.openprivacy.ca/files/libCwtch-autobindings-$VERSION/linux/libCwtch.so --output linux/libCwtch.so