mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-13 15:31:01 +00:00
Don't stip shipped binaries
This commit is contained in:
parent
c374e0af4c
commit
d1a74ca8e6
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
#!/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,_bg.wasm}
|
||||
|
|
Loading…
Reference in a new issue