v0.4 released

This commit is contained in:
life
2014-09-04 17:49:17 +08:00
parent 3ffb10b923
commit fbad32e273
4 changed files with 12 additions and 10 deletions

View File

@ -54,7 +54,8 @@ cd $SP
cd ../
cp ./bin/leanote-linux $tmp/leanote/bin/
cd $tmp
tar -cvf $tmp/leanote-linux.tar.gz leanote
tar -cvf $tmp/leanote-linux-v0.4.bin.tar leanote
gzip $tmp/leanote-linux-v0.4.bin.tar
# mac
rm $tmp/leanote/bin/leanote-linux
@ -62,6 +63,7 @@ cd $SP
cd ../
cp ./bin/leanote-mac $tmp/leanote/bin/
cd $tmp
tar -cvf $tmp/leanote-mac.tar.gz leanote
tar -cvf $tmp/leanote-mac-v0.4.bin.tar leanote
gzip $tmp/leanote-mac-v0.4.bin.tar
# BLOCK'