Browse Source

Change the slash of build.sh

master
Zic 8 years ago
parent
commit
f530d6e4de
  1. 2
      build/script/build.sh

2
build/script/build.sh

@ -39,7 +39,7 @@ echo "build tank ..."
go install tank go install tank
echo "packaging..." echo "packaging..."
distPath="$GOPATH\src\tank\dist" distPath="$GOPATH/src/tank/dist"
# if a directory # if a directory
if [ ! -d $distPath ] ; then if [ ! -d $distPath ] ; then

Loading…
Cancel
Save