From 68870f83078309a672ff235b34215dbba6bd1a6d Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Thu, 29 May 2025 10:34:14 +0300 Subject: [PATCH] fixed function: var_dxvk_config_update --- winehelper | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winehelper b/winehelper index d480914..41c1579 100755 --- a/winehelper +++ b/winehelper @@ -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