90f6ef0380
fix #570
7 lines
158 B
Bash
Executable File
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}
|