We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9453b commit 7a3666bCopy full SHA for 7a3666b
utils/utils.hpp
@@ -65,8 +65,7 @@ class Utils
65
std::replace(pathForExtractionTemp.begin(), pathForExtractionTemp.end(),
66
'/', '\\');
67
68
- command = "tar --force-local -xvzf " + pathToArchiveTemp +
69
- " --strip-components=1";
+ command = "tar --force-local -xvzf " + pathToArchiveTemp;
70
std::cout << command << " \n " << boost::filesystem::current_path().string();
71
#else
72
command = command + boost::filesystem::current_path().string() + "/" +
0 commit comments