Prioritize ZIP (#245)

This commit is contained in:
Syuugo 2022-11-06 23:39:45 +09:00 committed by GitHub
parent 0dba40de22
commit 247cfe3baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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