Custom OBSW update path #582
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature_custom_obsw_update_path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -2013,2 +2020,4 @@
cmd.clear();
// Remove the extracted files to keep directories clean.
std::filesystem::remove(strippedImagePath);
use
bool remove( const std::filesystem::path& p, std::error_code& ec ) noexcept;
instead@ -2014,1 +2021,4 @@
// Remove the extracted files to keep directories clean.
std::filesystem::remove(strippedImagePath);
std::filesystem::remove(obswVersionFilePath);
use
bool remove( const std::filesystem::path& p, std::error_code& ec ) noexcept;
instead