修正build脚本问题

This commit is contained in:
lwch
2022-10-12 15:15:24 +08:00
parent 8f90a0ba13
commit 1166401aec
-2
View File
@@ -1,7 +1,5 @@
#!/bin/sh
cd $(dirname $(realpath $0))/../../
BUILD_VERSION=${BUILD_VERSION:-0.0.0}
HASH=`git log -n1 --pretty=format:%h`