Fix dxvk message

This commit is contained in:
the-sane
2025-10-05 13:51:07 -04:00
parent a7ca1ff82a
commit 01eeb80b66

View File

@@ -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