mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix typo
This commit is contained in:
@ -453,7 +453,7 @@ namespace NSNetwork
|
||||
std::wstring sFileURL = sFileURLOriginal;
|
||||
|
||||
NSStringExt::Replace(sFileDst, L"\\", L"/");
|
||||
NSStringExt::Replace(sFileURL, L"'", L"\\'");
|
||||
NSStringExt::Replace(sFileURL, L"'", L"%27");
|
||||
|
||||
std::wstring sApp = L"powershell.exe –c \"(new-object System.Net.WebClient).DownloadFile('" + sFileURL + L"','" + sFileDst + L"')\"";
|
||||
wchar_t* pCommandLine = new wchar_t[sApp.length() + 1];
|
||||
|
||||
Reference in New Issue
Block a user