FIX:Plugin first fails to install Mac

jira: STUDIO-11242
Change-Id: I9c3484e18c3da75a5dee62523e32ac6ad6c9b207
(cherry picked from commit d5d4dc46386894b636c189da15978df11f8393c0)
This commit is contained in:
zhou.xu
2025-04-01 11:17:23 +08:00
committed by Noisyfox
parent 3ef47c0a38
commit 8b2d727edd
3 changed files with 66 additions and 23 deletions

View File

@@ -238,7 +238,7 @@ CopyFileResult copy_file_inner(const std::string &from, const std::string &to, s
// of the source file before renaming.
// Additional error info is passed in error message.
extern CopyFileResult copy_file(const std::string &from, const std::string &to, std::string& error_message, const bool with_check = false);
extern bool copy_framework(const std::string &from, const std::string &to);
// Compares two files if identical.
extern CopyFileResult check_copy(const std::string& origin, const std::string& copy);