TPV TIMG extractor added

This commit is contained in:
theubusu
2025-09-25 17:49:02 +02:00
parent ee534675d8
commit 81fd148cb8
7 changed files with 163 additions and 3 deletions
+2
View File
@@ -147,6 +147,8 @@ pub fn extract_samsung_old(path: &PathBuf, output_folder: &str) -> Result<(), Bo
}
}
println!();
println!("Extraction finished!");
Ok(())
}