fixed function: var_dxvk_config_update

This commit is contained in:
Mikhail Tergoev 2025-05-29 10:34:14 +03:00
parent 8f6300c6b8
commit 68870f8307

View File

@ -299,9 +299,9 @@ var_winedlloverride_update () {
fi
}
var_vkd3d_config_update () {
var_dxvk_config_update () {
if [[ -n "${DXVK_CONFIG}" ]]
then export DXVK_CONFIG="${1}; ${DXVK_CONFIG}"
then export DXVK_CONFIG="${1};${DXVK_CONFIG}"
else export DXVK_CONFIG="${1}"
fi
}
@ -1345,7 +1345,7 @@ case "${1,,}" in
install|-i) shift ; run_autoinstall "$@" ;;
installed) shift ; check_installed_programs "$1" ;;
run|-r) shift ; run_installed_programs "$1" ;;
remove-all) shift ; remove_winehelper "$@ ";;
remove-all) shift ; remove_winehelper "$@" ;;
remove-prefix) shift ; remove_prefix "$@" ;;
*)
if [[ -f "$1" ]] ; then