mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-03 00:02:14 +00:00
FIX:Plugin first fails to install Mac
jira: STUDIO-11242 Change-Id: I9c3484e18c3da75a5dee62523e32ac6ad6c9b207 (cherry picked from commit d5d4dc46386894b636c189da15978df11f8393c0)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user