mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-linux] merge uithemes folder after update via archive
This commit is contained in:
@ -511,9 +511,9 @@ void CSvcManager::startReplacingFiles(const tstring &packageType, const bool res
|
||||
}
|
||||
#endif
|
||||
|
||||
// Merging template, provider folders
|
||||
// Merging providers, templates, uithemes folders
|
||||
{
|
||||
tstring paths[] = {_T("/providers"), _T("/converter/empty")};
|
||||
tstring paths[] = {_T("/providers"), _T("/converter/empty"), _T("/uithemes")};
|
||||
for (int i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) {
|
||||
tstring err;
|
||||
std::list<tstring> old_paths, new_paths;
|
||||
|
||||
Reference in New Issue
Block a user