mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-13 15:31:01 +00:00
5 lines
147 B
Bash
Executable file
5 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}
|