Commit 85923acb authored by wentao.suo's avatar wentao.suo

fffff

parent 62be8f13
......@@ -220,10 +220,10 @@ def build_luaui( systemName, contextDir) {
configPath = res_json["configPath"]
buildCmd = res_json["buildCmd"]
configName = systemName
sh "mv -f ../${systemName}.env.config.js ${configPath}"
sh "mv -f ./${systemName}.env.config.js ${configPath}"
sh buildCmd
sh "tar zcf ${systemName}.tgz dist/"
sh "mv ${systemName}.tgz ../${contextDir}"
sh "mv ${systemName}.tgz ${contextDir}"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment