mirror of
https://github.com/zhigang1992/cow.git
synced 2026-05-01 02:42:36 +08:00
Remove force rebuild flag in build script.
This commit is contained in:
@@ -20,7 +20,7 @@ build() {
|
||||
|
||||
name=cow-$3-$version
|
||||
echo "building $name"
|
||||
GOOS=$1 GOARCH=$2 go build -a || exit 1
|
||||
GOOS=$1 GOARCH=$2 go build || exit 1
|
||||
if [[ $1 == "windows" ]]; then
|
||||
mv cow.exe script
|
||||
pushd script
|
||||
|
||||
Reference in New Issue
Block a user