ksud: support .ksurc (#345)

This commit is contained in:
Ylarod
2023-04-05 13:30:21 +08:00
committed by GitHub
parent b181147922
commit c96b0e8f8b
4 changed files with 8 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ pub const ADB_DIR: &str = "/data/adb/";
pub const WORKING_DIR: &str = concatcp!(ADB_DIR, "ksu/");
pub const BINARY_DIR: &str = concatcp!(WORKING_DIR, "bin/");
pub const KSURC_PATH: &str = concatcp!(WORKING_DIR, ".ksurc");
pub const DAEMON_PATH: &str = concatcp!(ADB_DIR, "ksud");
#[cfg(target_os = "android")]