Skip to content

Commit

Permalink
ksud: move backup directory to /data/adb/ksu
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Apr 23, 2024
1 parent 52c7f0e commit 825b146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/ksud/src/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ pub const SKIP_MOUNT_FILE_NAME: &str = "skip_mount";
pub const VERSION_CODE: &str = include_str!(concat!(env!("OUT_DIR"), "/VERSION_CODE"));
pub const VERSION_NAME: &str = include_str!(concat!(env!("OUT_DIR"), "/VERSION_NAME"));

pub const KSU_BACKUP_DIR: &str = "/data";
pub const KSU_BACKUP_DIR: &str = WORKING_DIR;
pub const KSU_BACKUP_FILE_PREFIX: &str = "ksu_backup_";

0 comments on commit 825b146

Please sign in to comment.