mirror of
https://github.com/meizu-m86/twrp_multirom_m86
synced 2025-11-03 21:45:40 +08:00
Fix image flashing: attempt 2
We missed a spot! Change-Id: Ic838f4a23107b4d52d3fb1d7a875e265726c4516
This commit is contained in:
@@ -445,7 +445,7 @@ int twrpTar::createTarFork(pid_t *tar_fork_pid) {
|
||||
part_settings->progress->UpdateDisplayDetails(true);
|
||||
|
||||
if (!part_settings->adbbackup) {
|
||||
InfoManager backup_info(backup_folder + partition_name + ".info");
|
||||
InfoManager backup_info(backup_folder + "/" + partition_name + ".info");
|
||||
backup_info.SetValue("backup_size", size_backup);
|
||||
if (use_compression && use_encryption)
|
||||
backup_info.SetValue("backup_type", COMPRESSED_ENCRYPTED);
|
||||
|
||||
Reference in New Issue
Block a user