cwtch-ui/fetch-libcwtch-go.sh

7 lines
279 B
Bash
Raw Normal View History

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