add adminUsername on app.conf

This commit is contained in:
lealife
2015-09-17 18:52:10 +08:00
parent a60da3d592
commit 5e37e5a37d
4 changed files with 14 additions and 7 deletions

View File

@ -9,7 +9,7 @@ SP=$(cd "$(dirname "$0")"; pwd)
tmp="/Users/life/Desktop/leanote_release"
# version
V="v1.0"
V="v1.0.1"
##=================================
# 1. 先build 成 3个平台, 2种bit = 6种
@ -37,11 +37,13 @@ function build()
build "linux" "386";
build "linux" "amd64";
build "darwin" "386";
build "darwin" "amd64";
build "windows" "386";
build "windows" "amd64";
build "darwin" "386";
build "darwin" "amd64";
##======================
# 2. release目录准备工作
@ -133,9 +135,11 @@ function tarRelease()
tarRelease "linux" "386";
tarRelease "linux" "amd64";
tarRelease "darwin" "386";
tarRelease "darwin" "amd64";
tarRelease "windows" "386";
tarRelease "windows" "amd64";
tarRelease "darwin" "386";
tarRelease "darwin" "amd64";
# BLOCK'