Commit dde7b276 by sikang

update script

parent 488b53c8
...@@ -203,11 +203,11 @@ elif (($commod == '25')) ...@@ -203,11 +203,11 @@ elif (($commod == '25'))
then then
cd ../.. cd ../..
. gradle.properties . gradle.properties
mv "app/src/main/res/drawable-xxhdpi/logo_majia${1}.png" app/src/main/res/drawable-xxhdpi/logo.png # mv "app/src/main/res/drawable-xxhdpi/logo_majia${1}.png" app/src/main/res/drawable-xxhdpi/logo.png
mv "script/api_mapping_majia${1}" script/api_mapping # mv "script/api_mapping_majia${1}" script/api_mapping
cd res # cd res
chmod a+x update_gateway.py # chmod a+x update_gateway.py
python update_gateway.py ${gateway_mj} # python update_gateway.py ${gateway_mj}
elif (($commod == '10000')) elif (($commod == '10000'))
......
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