mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Prioritize ZIP (#245)
This commit is contained in:
parent
0dba40de22
commit
247cfe3baa
@ -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…
Reference in New Issue
Block a user