update package script

This commit is contained in:
Liang Ding 2014-11-12 14:56:59 +08:00
parent c400b82983
commit a8d761f916
2 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
author: DL88250@gmail.com
description: A Web IDE for Teams using Golang.
description: A Web-based IDE for Teams using Golang.
filesets:
depth: 10
includes:
- conf
- data
- doc
- i18n
- static

2
pkg.sh
View File

@ -9,7 +9,7 @@
ver=$1
target=$2
list="conf data doc i18n static views README.md LICENSE"
list="conf doc i18n static views README.md LICENSE"
mkdir -p ${target}