mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-08-24 23:11:12 +00:00
fix(rln-relay): buildscript bad cp (#1636)
This commit is contained in:
@@ -27,5 +27,5 @@ else
|
||||
echo "Failed to download $host_triplet-rln.tar.gz"
|
||||
# Build rln instead
|
||||
cargo build --release --manifest-path "$build_dir/rln/Cargo.toml"
|
||||
cp "$build_dir/rln/target/release/librln.a" .
|
||||
cp "$build_dir/target/release/librln.a" .
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user