mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-08-13 11:25:33 +00:00
advanced the version
This commit is contained in:
parent
f05c96d449
commit
8543af35a4
6
build.sh
6
build.sh
@ -2,7 +2,7 @@
|
|||||||
sum="sha1sum"
|
sum="sha1sum"
|
||||||
|
|
||||||
# VERSION=`date -u +%Y%m%d`
|
# VERSION=`date -u +%Y%m%d`
|
||||||
VERSION="v1.0"
|
VERSION="v1.01"
|
||||||
LDFLAGS="-X main.VERSION=$VERSION -s -w"
|
LDFLAGS="-X main.VERSION=$VERSION -s -w"
|
||||||
GCFLAGS=""
|
GCFLAGS=""
|
||||||
|
|
||||||
@ -24,8 +24,8 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
OSES=(linux darwin windows freebsd)
|
OSES=( linux darwin windows )
|
||||||
ARCHS=(amd64 386)
|
ARCHS=(amd64 386 )
|
||||||
for os in ${OSES[@]}; do
|
for os in ${OSES[@]}; do
|
||||||
for arch in ${ARCHS[@]}; do
|
for arch in ${ARCHS[@]}; do
|
||||||
suffix=""
|
suffix=""
|
||||||
|
Loading…
Reference in New Issue
Block a user