repack: fix bad rebase

Change-Id: Ic266b48e0a94c18dfc942e1214b38e6a0f2e8100
This commit is contained in:
bigbiff
2021-08-07 14:34:06 -04:00
parent 7378254120
commit d1e556a9a2
+3
View File
@@ -241,4 +241,7 @@ bool twrpRepacker::Repack_Image_And_Flash(const std::string& Target_Image, const
}
DataManager::SetProgress(1);
TWFunc::removeDir(REPACK_ORIG_DIR, false);
}
TWFunc::removeDir(REPACK_NEW_DIR, false);
return true;
}