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