cwtch-ui/fetch-libcwtch-go.sh

7 lines
299 B
Bash
Raw Normal View History

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