Fantastic/backend-rs/build.sh

5 lines
79 B
Bash
Executable file

#!/bin/bash
cross build --release
cp ./target/release/fantastic-rs ../backend