Plume/script/generate_artifact.sh
2021-02-12 18:11:49 +09:00

7 lines
162 B
Bash
Executable file

#!/bin/bash
mkdir bin
cp target/release/{plume,plm} bin
strip -s bin/*
tar -cvzf plume.tar.gz bin/ static/
tar -cvzf wasm.tar.gz static/plume_front{.js,_bg.wasm}