ksud: support set-manager (#114)

* ksud: support set-manager

* ksud: rework apk sign

Co-authored-by: Ylarod <me@ylarod.cn>
This commit is contained in:
weishu
2023-01-25 17:55:08 +08:00
committed by GitHub
parent 47a736f567
commit 64d78c31bc
4 changed files with 200 additions and 3 deletions

View File

@@ -4,6 +4,8 @@ mod module;
mod defs;
mod utils;
mod restorecon;
mod debug;
mod apk_sign;
fn main() -> anyhow::Result<()> {
cli::run()