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
f100660b
Commit
f100660b
authored
Jul 05, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script
parent
e22fe503
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
script/script_help.sh
+9
-4
No files found.
script/script_help.sh
View file @
f100660b
.
../../gradle.properties
echo
"脚本使用帮助"
echo
"0、修改包名、版本号+1"
echo
"1、编译release版本"
...
...
@@ -26,6 +28,13 @@ echo "23、字符串加密"
echo
"24、添加toolbox库"
echo
"25、马甲包切换"
echo
" "
if
[[
"
$gateway_url
"
==
"
$gateway_mj
"
]]
;
then
echo
"****** 当前为马甲包 ******"
else
echo
"****** 当前为主包 ******"
fi
echo
-n
"请输入指令编号:"
read
commod
...
...
@@ -145,7 +154,6 @@ then
elif
((
$commod
==
'17'
))
then
.
../../gradle.properties
chmod a+x mark_screen_img.py
./mark_screen_img.py
"
${
corp_id
}
"
"
${
signing_keyAlias
}
"
...
...
@@ -162,7 +170,6 @@ then
elif
((
$commod
==
'20'
))
then
.
../../gradle.properties
chmod a+x refresh_gponline.sh
if
((
${#
1
}
>
0
))
then
...
...
@@ -173,7 +180,6 @@ then
elif
((
$commod
==
'21'
))
then
.
../../gradle.properties
keytool
-exportcert
-alias
${
signing_keyAlias
}
-keystore
"app/
${
signing_certificate
}
"
-storepass
"
${
signing_keyAlias
}
"
| openssl sha1
-binary
| openssl base64
cd
print
echo
"
${
app_id
}
"
...
...
@@ -202,7 +208,6 @@ then
elif
((
$commod
==
'25'
))
then
cd
../..
.
gradle.properties
echo
"1、切换到主包"
echo
"2、切换到马甲包"
...
...
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