diff --git a/winehelper b/winehelper index 9b35aeb..e44c066 100755 --- a/winehelper +++ b/winehelper @@ -235,6 +235,7 @@ unpack () { *.tar.zst) local command="tar -I zstd -xhf" ;; *.tar) local command="tar -xhf" ;; esac + create_new_dir "$2" if $command "$1" -C "$2" ; then print_ok "Архив $1 распакован." return 0