mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Execution abstraction and build fix for linux and mac
This commit is contained in:
parent
d337b69407
commit
8497289650
4 changed files with 26 additions and 2 deletions
|
@ -175,7 +175,7 @@ public:
|
|||
|
||||
wxFFileOutputStream zipfile(path);
|
||||
|
||||
std::string project = filepath.GetName();
|
||||
std::string project = filepath.GetName().ToStdString();
|
||||
|
||||
if(!zipfile.IsOk()) {
|
||||
BOOST_LOG_TRIVIAL(error) << "Can't create zip file for layers! "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue