Merge pull request 'fix wget syntax and remove android .aar from git repo' (#63) from rm-aar into trunk
continuous-integration/drone/push Build is failing Details

Reviewed-on: #63
This commit is contained in:
Sarah Jamie Lewis 2021-04-29 16:20:04 -07:00
commit a7e587a34c
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