This commit is contained in:
Max 2021-09-29 10:32:30 +08:00
parent b6495002e3
commit 545d7338fc

6
spec.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
make xiang
VERSION=$(go run . version)
rm -rf ../xiang-spec/xiang/*
cp -R dist/bin ../xiang-spec/xiang/"v$VERSION"
make clean