Fantastic/backend-rs/build.sh

5 lines
79 B
Bash
Raw Normal View History

2022-07-05 03:02:38 +01:00
#!/bin/bash
cross build --release
cp ./target/release/fantastic-rs ../backend