same bug
This commit is contained in:
parent
8ccab25a98
commit
51021023fc
@ -74,7 +74,7 @@ void MainWindow::download()
|
|||||||
|
|
||||||
param << "--port" << QString::number(this->downloading.port).trimmed();
|
param << "--port" << QString::number(this->downloading.port).trimmed();
|
||||||
param << "-aXP";
|
param << "-aXP";
|
||||||
param << "\"[" + server + "]::" + this->downloading.service.trimmed() + "/" + preparePath(this->downloading.path) << preparePath(this->downloading.savePath) + "/";
|
param << "[" + server + "]::" + this->downloading.service.trimmed() + "/" + preparePath(this->downloading.path) << preparePath(this->downloading.savePath) + "/";
|
||||||
|
|
||||||
info(DEBUGMACRO, cmd + " " + param.join(" "));
|
info(DEBUGMACRO, cmd + " " + param.join(" "));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user