Fix some UI things.

This commit is contained in:
zicla
2018-12-07 19:33:18 +08:00
parent f4d9bbb746
commit cbfa8a7110
12 changed files with 25 additions and 17 deletions

View File

@ -82,6 +82,9 @@ rmdir /s/q %distPath%\pack
echo "remove service"
rmdir /s/q %distPath%\service
echo "remove doc"
rmdir /s/q %distPath%\doc
cd %PRE_DIR%
echo check the dist file in %distPath%

View File

@ -71,6 +71,9 @@ cp -r "$GOPATH/src/tank/build/." $distPath
echo "remove pack"
rm -rf $distPath/pack
echo "remove doc"
rm -rf $distPath/doc
echo "compress to tar.gz"
echo "tar -zcvf $distFolder/$FINAL_NAME ./$VERSION_NAME"
cd $distPath