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

7 lines
136 B
Bash
Raw Normal View History

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