From 247cfe3baa7049aac8702c52d15a736f7b724edf Mon Sep 17 00:00:00 2001 From: Syuugo Date: Sun, 6 Nov 2022 23:39:45 +0900 Subject: [PATCH] Prioritize ZIP (#245) --- scripts/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run.sh b/scripts/run.sh index fb1d03d..a6659ac 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -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