6 lines
147 B
Bash
Executable File
6 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
mkdir bin
|
|
cp target/release/{plume,plm} bin
|
|
tar -cvzf plume.tar.gz bin/ static/
|
|
tar -cvzf wasm.tar.gz static/plume_front{.js,_bg.wasm}
|