Don't stip shipped binaries
This commit is contained in:
parent
c374e0af4c
commit
d1a74ca8e6
@ -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 New Issue
Block a user