Make sure libarchive uses libzstd instead of external tools; Cleanup
This commit is contained in:
parent
0c7c99c8fc
commit
570f9f94a9
4 changed files with 15 additions and 17 deletions
|
@ -696,8 +696,10 @@ protected:
|
|||
context->engine->prepareSave();
|
||||
context->patch->saveAutosave();
|
||||
context->patch->cleanAutosave();
|
||||
|
||||
data = rack::system::archiveDirectory(fAutosavePath, 1);
|
||||
|
||||
try {
|
||||
data = rack::system::archiveDirectory(fAutosavePath, 1);
|
||||
} DISTRHO_SAFE_EXCEPTION_RETURN("getState archiveDirectory", String());
|
||||
}
|
||||
|
||||
return String::asBase64(data.data(), data.size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue