From 6d31a0a20db2014e1d3f625231c257b9c23c6a34 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 20 Aug 2015 22:00:44 +0800 Subject: [PATCH] . --- pkg.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg.sh b/pkg.sh index a792ee4..36fda91 100755 --- a/pkg.sh +++ b/pkg.sh @@ -25,7 +25,7 @@ echo wide-${ver}-${GOOS}-${GOARCH}.tar.gz go build go build github.com/visualfc/gotools go build github.com/nsf/gocode -tar zcvf ${target}/wide-${ver}-${GOOS}-${GOARCH}.tar.gz ${list} gotools gocode wide --exclude-vcs --exclude='conf/*.go' --exclude='i18n/*.go' +tar zcf ${target}/wide-${ver}-${GOOS}-${GOARCH}.tar.gz ${list} gotools gocode wide --exclude-vcs --exclude='conf/*.go' --exclude='i18n/*.go' rm -f wide gotools gocode export GOOS=${os} @@ -34,7 +34,7 @@ echo wide-${ver}-${GOOS}-${GOARCH}.tar.gz go build go build github.com/visualfc/gotools go build github.com/nsf/gocode -tar zvf ${target}/wide-${ver}-${GOOS}-${GOARCH}.tar.gz ${list} gotools gocode wide --exclude-vcs --exclude='conf/*.go' --exclude='i18n/*.go' +tar zcf ${target}/wide-${ver}-${GOOS}-${GOARCH}.tar.gz ${list} gotools gocode wide --exclude-vcs --exclude='conf/*.go' --exclude='i18n/*.go' rm -f wide gotools gocode ## linux @@ -46,7 +46,7 @@ echo wide-${ver}-${GOOS}-${GOARCH}.tar.gz go build go build github.com/visualfc/gotools go build github.com/nsf/gocode -tar zvf ${target}/wide-${ver}-${GOOS}-${GOARCH}.tar.gz ${list} gotools gocode wide --exclude-vcs --exclude='conf/*.go' --exclude='i18n/*.go' +tar zcf ${target}/wide-${ver}-${GOOS}-${GOARCH}.tar.gz ${list} gotools gocode wide --exclude-vcs --exclude='conf/*.go' --exclude='i18n/*.go' rm -f wide gotools gocode export GOOS=${os} @@ -55,7 +55,7 @@ echo wide-${ver}-${GOOS}-${GOARCH}.tar.gz go build go build github.com/visualfc/gotools go build github.com/nsf/gocode -tar zvf ${target}/wide-${ver}-${GOOS}-${GOARCH}.tar.gz ${list} gotools gocode wide --exclude-vcs --exclude='conf/*.go' --exclude='i18n/*.go' +tar zcf ${target}/wide-${ver}-${GOOS}-${GOARCH}.tar.gz ${list} gotools gocode wide --exclude-vcs --exclude='conf/*.go' --exclude='i18n/*.go' rm -f wide gotools gocode ## windows