diff --git a/utils/utils.hpp b/utils/utils.hpp index 1add62f3..c04d7c9b 100644 --- a/utils/utils.hpp +++ b/utils/utils.hpp @@ -65,8 +65,7 @@ class Utils std::replace(pathForExtractionTemp.begin(), pathForExtractionTemp.end(), '/', '\\'); - command = "tar --force-local -xvzf " + pathToArchiveTemp + - " --strip-components=1"; + command = "tar --force-local -xvzf " + pathToArchiveTemp; std::cout << command << " \n " << boost::filesystem::current_path().string(); #else command = command + boost::filesystem::current_path().string() + "/" +