Commit a3a3589a by sikang

update script

parent a51da08e
...@@ -295,7 +295,7 @@ elif (($commod == '26')) || (($commod == '266'));then ...@@ -295,7 +295,7 @@ elif (($commod == '26')) || (($commod == '266'));then
python create_desc.py "${app_name}" "${cus_email}" "${hot_line}" "${cus_adress}" "${corp_id}" "${home}/privacy.html" "${home}" ${code} python create_desc.py "${app_name}" "${cus_email}" "${hot_line}" "${cus_adress}" "${corp_id}" "${home}/privacy.html" "${home}" ${code}
echo " " echo " "
file_name="${corp_id}_${app_name}" file_name="${corp_id}_${app_name}"
cp /Users/connor/Documents/apks/"${file_name}.apk" /Users/connor/Documents/apks/"${file_name}/app.apk" mv /Users/connor/Documents/apks/"${file_name}.apk" /Users/connor/Documents/apks/"${file_name}/${file_name}.apk"
cp ../../../app/src/main/res/drawable-xxhdpi/logo.png /Users/connor/Documents/apks/"${file_name}/logo.png" cp ../../../app/src/main/res/drawable-xxhdpi/logo.png /Users/connor/Documents/apks/"${file_name}/logo.png"
#elif (($commod == '27'));then #elif (($commod == '27'));then
......
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