forked from CastroFidel/winehelper
used unpack in all scripts
This commit is contained in:
@ -25,7 +25,7 @@ prepair_wine
|
||||
# Функция для распаковки файла
|
||||
unpack_file() {
|
||||
local archive="$1"
|
||||
7z x -y "$archive" -o"${UNPACK_APP}"
|
||||
unpack "$archive" "${UNPACK_APP}"
|
||||
}
|
||||
|
||||
# Функция для установки .msi файлов
|
||||
|
Reference in New Issue
Block a user