2019-04-19 10:36:45 +00:00
|
|
|
#!/bin/bash
|
|
|
|
mkdir bin
|
|
|
|
cp target/release/{plume,plm} bin
|
2019-04-19 14:13:40 +00:00
|
|
|
strip -s bin/*
|
2019-05-10 13:38:43 +00:00
|
|
|
tar -cvzf plume.tar.gz bin/ static/
|
2021-02-12 09:11:49 +00:00
|
|
|
tar -cvzf wasm.tar.gz static/plume_front{.js,_bg.wasm}
|