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
49e8e484
Commit
49e8e484
authored
Aug 14, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script fb config
parent
35743257
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
script/print/print_splash_path.py
+3
-1
script/script_help.sh
+2
-1
No files found.
script/print/print_splash_path.py
View file @
49e8e484
#!/usr/bin/env python3
#-*-coding:utf-8-*-
import
json
import
string
import
random
...
...
@@ -16,7 +17,8 @@ def print_path(path):
for
line
in
lines
:
if
"package"
in
line
and
";"
in
line
:
act_path
=
line
.
replace
(
"package "
,
""
)
.
replace
(
";"
,
".SplashActivity"
)
print
(
act_path
)
print
(
"类名:"
+
act_path
)
return
for
root
,
dirs
,
files
in
os
.
walk
(
"../../../app/src/main"
):
...
...
script/script_help.sh
View file @
49e8e484
...
...
@@ -186,9 +186,10 @@ then
elif
((
$commod
==
'21'
))
then
echo
-n
"散列:"
keytool
-exportcert
-alias
${
signing_keyAlias
}
-keystore
"app/
${
signing_certificate
}
"
-storepass
"
${
signing_keyAlias
}
"
| openssl sha1
-binary
| openssl base64
cd
print
echo
"
${
app_id
}
"
echo
"
包名:
${
app_id
}
"
python print_splash_path.py
elif
((
$commod
==
'22'
))
...
...
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