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

9 lines
299 B
Bash
Raw Normal View History

2021-11-05 01:10:47 +00:00
#!/bin/sh
VERSION=`cat LIBCWTCH-GO-MACOS.version`
echo $VERSION
curl https://build.openprivacy.ca/files/libCwtch-go-macos-$VERSION/libCwtch.x64.dylib --output libCwtch.x64.dylib
2022-06-22 19:34:53 +00:00
curl https://build.openprivacy.ca/files/libCwtch-go-macos-$VERSION/libCwtch.arm64.dylib --output libCwtch.arm64.dylib