Plume/script/generate_artifact.sh
2019-05-10 15:38:43 +02:00

7 lines
158 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,wasm}