Commit 670a721c by sikang

update scipt

parent 9dfa5481
...@@ -30,7 +30,7 @@ elif((${action}=='3')) ...@@ -30,7 +30,7 @@ elif((${action}=='3'))
then then
mv app/src/main/res/drawable-xxhdpi/logo_majia.png app/src/main/res/drawable-xxhdpi/logo.png mv app/src/main/res/drawable-xxhdpi/logo_majia.png app/src/main/res/drawable-xxhdpi/logo.png
sed -i "" "s#^app_name=.*#app_name=${majia_name}#g" gradle.properties sed -i "" "s#^app_name=.*#app_name=${majia_name}#g" gradle.properties
gradlew resguardAppProductGoogleplayRelease # gradlew resguardAppProductGoogleplayRelease
else else
echo "未知的打包方式" echo "未知的打包方式"
fi fi
......
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