Plume/script/generate_artifact.sh
2021-08-16 00:44:15 +09:00

6 lines
147 B
Bash
Executable file

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