Follow file name change

This commit is contained in:
Kitaiti Makoto 2021-02-12 13:31:22 +09:00
parent e119c5bde9
commit 6fcece3bc0

View file

@ -3,4 +3,4 @@ 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,wasm}
tar -cvzf wasm.tar.gz static/plume_front.{js,wasm}