Change the build.sh.

This commit is contained in:
Zic
2017-12-23 22:26:57 +08:00
parent 64406c3464
commit 81434a2a50

View File

@ -55,7 +55,7 @@ echo "copying cmd tank"
cp "$GOPATH/bin/tank" $distPath
echo "copying build"
cp -r "$GOPATH/src/tank/build" $distPath /e/h
cp -r "$GOPATH/src/tank/build" $distPath
cd $PRE_DIR