ksud: Fix backup not working

This commit is contained in:
weishu
2024-04-23 23:24:45 +08:00
parent 825b14635f
commit 8ba008fb9f
2 changed files with 81 additions and 59 deletions

View File

@@ -41,3 +41,4 @@ pub const VERSION_NAME: &str = include_str!(concat!(env!("OUT_DIR"), "/VERSION_N
pub const KSU_BACKUP_DIR: &str = WORKING_DIR;
pub const KSU_BACKUP_FILE_PREFIX: &str = "ksu_backup_";
pub const BACKUP_FILENAME: &str = "stock_image.sha1";