mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
[cmp] add support for Ventoy Sparse Image (.vtsi)
This commit is contained in:
parent
4f97cdfdc3
commit
49eefa2e03
13 changed files with 229 additions and 25 deletions
|
@ -237,6 +237,7 @@ static comp_assoc file_assoc[] = {
|
|||
{ ".lzma", BLED_COMPRESSION_LZMA },
|
||||
{ ".bz2", BLED_COMPRESSION_BZIP2 },
|
||||
{ ".xz", BLED_COMPRESSION_XZ },
|
||||
{ ".vtsi", BLED_COMPRESSION_VTSI },
|
||||
};
|
||||
|
||||
// For now we consider that an image that matches a known extension is bootable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue