lull/build.sh

10 lines
160 B
Bash
Executable File

#!/usr/bin/env bash
cargo build --release
cp target/release/lull .
strip lull
zip -r lull.zip README.md lull
rm lull
zip -r sounds.zip SOUNDS.md sounds/*.mp3