Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
e228506e
Commit
e228506e
authored
Apr 17, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script
parent
bd5d5f5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
script/release_builder.sh
+10
-3
No files found.
script/release_builder.sh
View file @
e228506e
echo
"1、GP包(无权限)"
echo
"2、渠道包(有权限)"
echo
"3、马甲包"
echo
"3、马甲包 GP"
echo
"4、马甲包 渠道"
echo
-n
"选择打包方式:"
read
action
...
...
@@ -30,11 +31,18 @@ elif((${action}=='3'))
then
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
./sdk_manager.py
${
td_mode
}
"TD"
gradlew resguardAppProductGoogleplayRelease
elif
((
${
action
}
==
'4'
))
then
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
gradlew resguardAppProductWebsiteRelease
else
echo
"未知的打包方式"
fi
cd
lib_base/script/garble/
./reset_name.sh
\ No newline at end of file
./reset_name.sh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment