1
0
Fork 0
mirror of https://git.joinplu.me/Plume/Plume.git synced 2025-03-05 23:01:08 +00:00
Plume/script/generate_artifact.sh
2019-05-10 15:38:43 +02:00

6 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}