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

发现v1签名不支持 #155

Closed
shiftwinting opened this issue Mar 5, 2023 · 3 comments
Closed

发现v1签名不支持 #155

shiftwinting opened this issue Mar 5, 2023 · 3 comments

Comments

@shiftwinting
Copy link

signature mode:V1
java -jar VasDolly.jar put -c "channn1" 111.apk /data/www/
111.apk not have channel info from Zip Comment
111.apk has a channel : , only ignore

@realityJie
Copy link

Util类的下边这段代码改成这样子:
if (!testChannel.isEmpty()) {
System.out.println("baseApk : " + baseApk.getAbsolutePath() + " has a channel : " + testChannel + ", only ignore");
return;
}

@shiftwinting
Copy link
Author

好的,谢谢

@realityJie
Copy link

好的,谢谢

#158 可以看这个PR,还有其他地方需要修改

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

2 participants