mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Prioritize ZIP (#245)
This commit is contained in:
parent
0dba40de22
commit
247cfe3baa
1 changed files with 2 additions and 2 deletions
|
@ -234,9 +234,9 @@ if [ "$COMPRESS_OUTPUT" = "--compress" ]; then
|
|||
Radiolist '([title]="Compress format"
|
||||
[default]="7z")' \
|
||||
\
|
||||
'zip' "Zip" 'off' \
|
||||
'7z' "7-Zip" 'on' \
|
||||
'xz' "tar.xz" 'off' \
|
||||
'zip' "Zip" 'off'
|
||||
'xz' "tar.xz" 'off'
|
||||
)
|
||||
fi
|
||||
# if ! (YesNoBox '([title]="Off line mode" [text]="Do you want to enable off line mode?")'); then
|
||||
|
|
Loading…
Add table
Reference in a new issue