Project

General

Profile

Bug #869 » 0005-Win32-lackman-7zip-arguments-fix.patch

DJm00n, 10/18/2012 08:00 PM

View differences:

src/plugins/lackman/packageprocessor.cpp
#ifdef Q_OS_WIN32
args << "x"
<< "-ttar"
<< "-y"
<< "-si";
QString outDirArg ("-o");
......
firstStep->setStandardOutputProcess (unarch);
QStringList firstStepArgs;
firstStepArgs << "x"
<< "-y"
<< "-so"
<< path;
#else
(5-5/13)