FIX: use shellex to open file, avoid cmd window

Change-Id: I6ae868381003c85a319e9c3bad37b0bffc3dbdd7
This commit is contained in:
chunmao.guo
2022-10-19 09:02:19 +08:00
committed by Lane.Wei
parent 652c6ccafc
commit 15c59ac6c0
4 changed files with 36 additions and 1 deletions

View File

@@ -128,6 +128,8 @@ public:
void DownloadCheckFiles(std::string const &path);
bool DownloadCheckFile(size_t index);
void DownloadCancel(size_t index);
size_t GetCount() const;