diff options
Diffstat (limited to 'src/other_tools/utils/archive_ops.hpp')
-rw-r--r-- | src/other_tools/utils/archive_ops.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/other_tools/utils/archive_ops.hpp b/src/other_tools/utils/archive_ops.hpp index 50110c18..22cf7e4b 100644 --- a/src/other_tools/utils/archive_ops.hpp +++ b/src/other_tools/utils/archive_ops.hpp @@ -29,7 +29,8 @@ enum class ArchiveType : size_t { kArchiveTypeZip, kArchiveTypeTar, kArchiveTypeTarGz, - kArchiveTypeTarBz2 + kArchiveTypeTarBz2, + kArchiveTypeTarXz }; /// \brief Class handling archiving and unarchiving operations via libarchive @@ -97,4 +98,4 @@ class ArchiveOps { -> std::optional<std::string>; }; -#endif // INCLUDED_SRC_OTHER_TOOLS_UTILS_ARCHIVE_OPS_HPP
\ No newline at end of file +#endif // INCLUDED_SRC_OTHER_TOOLS_UTILS_ARCHIVE_OPS_HPP |