cwtch-ui/fetch-libcwtch-go-macos.sh

9 lines
327 B
Bash
Raw Normal View History

2021-11-05 01:10:47 +00:00
#!/bin/sh
2023-03-14 21:46:57 +00:00
VERSION=`cat LIBCWTCH-GO.version`
2021-11-05 01:10:47 +00:00
echo $VERSION
2023-03-14 21:46:57 +00:00
curl --fail https://build.openprivacy.ca/files/libCwtch-autobindings-$VERSION/macos/libCwtch.x64.dylib --output libCwtch.x64.dylib
curl --fail https://build.openprivacy.ca/files/libCwtch-autobindings-$VERSION/macos/libCwtch.arm64.dylib --output libCwtch.arm64.dylib