Commit 40d47f78 by sikang

bug fix

parent 80644a05
......@@ -13,7 +13,7 @@ class Shell:
"gradlew clean",
"cd lib_base/script/garble",
"./insert.py || { echo \"insert_code error!\"; exit 1; }",
"cd %s"%config['root'],
"cd ../../../",
"gradlew resguardAppProductGoogleplayRelease",
"gradlew clean"
)
......
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