fix wget syntax and remove android .aar from git repo
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Dan Ballard 2021-04-29 12:18:39 -07:00
parent 97b5709c75
commit b43a104997
2 changed files with 3 additions and 3 deletions

Binary file not shown.

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/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