usdpl-rs/templates/decky/backend/build.sh

7 lines
183 B
Bash
Raw Normal View History

2022-07-30 19:50:42 +01:00
#!/bin/bash
cargo build --target x86_64-unknown-linux-musl --features encrypt
mkdir -p ../bin
2022-07-30 19:50:42 +01:00
# TODO replace "backend" \/ with binary name
cp ./target/release/backend ../bin/backend