script to fetch libcwtch-go libs for linux, android and windows based on commited version
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dan Ballard 2021-04-27 17:34:49 -07:00
parent d31e6f8894
commit f9d3ffd76a
2 changed files with 10 additions and 0 deletions

1
LIBCWTCH-GO.version Normal file
View File

@ -0,0 +1 @@
libCwtch-go-v0.0.2-2021-04-27-23-25

9
fetch-libcwtch-go.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
VERSION=`cat LIBCWTCH-GO.version`
echo $VERSION
wget https://build.openprivacy.ca/libcwtch-go-$VERSION/cwtch.aar -o android/cwtch/cwtch.aar
wget https://build.openprivacy.ca/libcwtch-go-$VERSION/libCwtch.dll -o windows/libCwtch.dll
wget https://build.openprivacy.ca/libcwtch-go-$VERSION/libCwtch.so -o linux/libCwtch.so