diff --git a/android/cwtch/cwtch.aar b/android/cwtch/cwtch.aar deleted file mode 100644 index aff7045..0000000 Binary files a/android/cwtch/cwtch.aar and /dev/null differ diff --git a/fetch-libcwtch-go.sh b/fetch-libcwtch-go.sh index a604c54..8a78bfb 100755 --- a/fetch-libcwtch-go.sh +++ b/fetch-libcwtch-go.sh @@ -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