Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用这个脚本渠道打包完以后安装apk显示签名不对 #35

Open
MonsieurZhao opened this issue Nov 11, 2019 · 0 comments
Open

Comments

@MonsieurZhao
Copy link

MonsieurZhao commented Nov 11, 2019

#!/usr/bin/python
#--coding:utf-8--

#keystore信息
#Windows 下路径分割线请注意使用\转义
keystorePath = ".\yunbo.keystore"
keystorePassword = "XXX"
keyAlias = "XXX"
keyPassword = "XXX"

#加固后的源文件名(未重签名)
protectedSourceApkName = "enc.apk"
#加固后的源文件所在文件夹路径(...path),注意结尾不要带分隔符,默认在此文件夹根目录
protectedSourceApkDirPath = ""
#渠道包输出路径,默认在此文件夹Channels目录下
channelsOutputFilePath = ""
#渠道名配置文件路径,默认在此文件夹根目录
channelFilePath = ""
#Android SDK buidtools path , please use above 25.0+
sdkBuildToolPath = "C:\Users\Administrator\AppData\Local\Android\Sdk\build-tools\28.0.3"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant