Commit 49e8e484 by sikang

update script fb config

parent 35743257
#!/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"):
......
......@@ -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'))
......
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