From d1e556a9a2f0f43074f95ab0d7ccf6df7a12ec01 Mon Sep 17 00:00:00 2001 From: bigbiff Date: Sat, 7 Aug 2021 14:34:06 -0400 Subject: [PATCH] repack: fix bad rebase Change-Id: Ic266b48e0a94c18dfc942e1214b38e6a0f2e8100 --- twrpRepacker.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/twrpRepacker.cpp b/twrpRepacker.cpp index 10be2fcf..325ad429 100755 --- a/twrpRepacker.cpp +++ b/twrpRepacker.cpp @@ -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; }