cwtch-ui/fetch-libcwtch-go.sh

8 lines
252 B
Bash
Raw Normal View History

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