Commit b0d559c8 by sikang

udpate

parent 8ad69fb6
......@@ -104,7 +104,7 @@ class Function:
print(replace_line[key].replace("\n", ""))
file_content = file_content.replace(key, replace_line[key])
with open(config['properties'], "w", encoding="utf-8") as f_w:
with open("%s/gradle.properties"%config['root'], "w", encoding="utf-8") as f_w:
f_w.write(file_content)
......
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