Don't stip shipped binaries

This commit is contained in:
Kitaiti Makoto 2021-08-16 00:44:15 +09:00
parent c374e0af4c
commit d1a74ca8e6
1 changed files with 0 additions and 1 deletions

View File

@ -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}