Expand description
Operations for GloriousEgroll’s Proton and Wine release archives.
This module defines operations that work with compressed archives from GloriousEgroll’s Proton and Wine releases.
Functions§
- checksums_
match - Compares a given checksum to the checksum generated from the provided compressed archive file.
- extract_
compressed - Extracts a compressed archive for a tag kind into the given
extract_destination
and returns aPathBuf
to the extracted location.