v1.4.2 released

This commit is contained in:
lealife
2015-12-25 23:45:38 +08:00
parent e685a99628
commit 530f2368da
8 changed files with 44 additions and 16 deletions

View File

@ -9,7 +9,7 @@ SP=$(cd "$(dirname "$0")"; pwd)
tmp="/Users/life/Desktop/leanote_release"
# version
V="v1.4.1"
V="v1.4.2"
##=================================
# 1. 先build 成 3个平台, 2种bit = 6种
@ -124,9 +124,9 @@ function tarRelease()
suffix=""
if [ $2 = "arm" ]
then
cp ./bin/run_arm.sh $tmp/leanote/bin/run.sh
cp ./bin/run-arm.sh $tmp/leanote/bin/run.sh
else
cp ./bin/run.sh $tmp/leanote/bin/
cp ./bin/run-$1-$2.sh $tmp/leanote/bin/run.sh
fi
else
cp ./bin/run.bat $tmp/leanote/bin/