version to 0.25.3

This commit is contained in:
ffdfgdfg
2019-12-24 13:21:30 +08:00
parent 5390e965a9
commit b1384475d9
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#/bash/sh
export VERSION=0.25.2
export VERSION=0.25.3
sudo apt-get install gcc-mingw-w64-i686
env GOOS=windows GOARCH=386 CGO_ENABLED=1 CC=i686-w64-mingw32-gcc go build -ldflags "-s -w -extldflags -static -extldflags -static" -buildmode=c-shared -o npc_sdk.dll cmd/npc/sdk.go