mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-19 10:31:59 +00:00
magiskboot: be clear lzop is not a supported compression format
- keep detection and always display detected format type to fascilitate external support
This commit is contained in:
@@ -89,7 +89,7 @@ const char *Fmt2Ext::operator[](format_t fmt) {
|
||||
case GZIP:
|
||||
return ".gz";
|
||||
case LZOP:
|
||||
return ".lzop";
|
||||
return ".lzo";
|
||||
case XZ:
|
||||
return ".xz";
|
||||
case LZMA:
|
||||
|
Reference in New Issue
Block a user