script to fetch further syntax fix and version update, now android actually compiles for me :)
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Dan Ballard 2021-04-30 13:28:49 -07:00
parent a7e587a34c
commit fb36541de2
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
libCwtch-go-v0.0.2-2021-04-27-23-25
v0.0.2-8-g3f07d9a-2021-04-28-22-47

View File

@ -3,7 +3,7 @@
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
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.dll -O windows/libCwtch.dll
wget https://build.openprivacy.ca/files/libCwtch-go-$VERSION/libCwtch.so -O linux/libCwtch.so