Fantastic/backend/build.sh

5 lines
90 B
Bash
Executable file

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