Add tar compress format

This commit is contained in:
Doddddd 2024-03-04 10:56:50 +08:00 committed by GitHub
parent 8950e28a08
commit 4b57fca0a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,6 +121,7 @@ if [ "$COMPRESS_OUTPUT" = "--compress" ]; then
Radiolist '([title]="Compress format"
[default]="7z")' \
'7z' "7-Zip" 'on' \
'tar' "Tar" 'off' \
'zip' "Zip" 'off'
)
fi