From 01eeb80b6693f09de8daa74070244088b72ea5d1 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 5 Oct 2025 13:51:07 -0400 Subject: [PATCH] Fix dxvk message --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 5ed1cdc..6634cfa 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2660,7 +2660,7 @@ dxvk_update_wine() { # Abort if the winetricks download failed if [ "$?" -eq 1 ]; then - message error "Unable to install powershell without winetricks. Aborting." + message error "Unable to update dxvk without winetricks. Aborting." return 1 fi