mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-20 20:44:18 +02:00
fix: cache/log directory was mistakenly changed from uad -> uad-ng
This commit is contained in:
parent
1d985bd254
commit
a283202c9c
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ pub fn string_to_theme(theme: &str) -> Theme {
|
|||
}
|
||||
|
||||
pub fn setup_uad_dir(dir: Option<PathBuf>) -> PathBuf {
|
||||
let dir = dir.unwrap().join("uad-ng");
|
||||
let dir = dir.unwrap().join("uad");
|
||||
fs::create_dir_all(&dir).expect("Can't create cache directory");
|
||||
dir
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue