mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-10-11 02:42:01 +00:00
Fix dxvk message
This commit is contained in:
@@ -2660,7 +2660,7 @@ dxvk_update_wine() {
|
|||||||
|
|
||||||
# Abort if the winetricks download failed
|
# Abort if the winetricks download failed
|
||||||
if [ "$?" -eq 1 ]; then
|
if [ "$?" -eq 1 ]; then
|
||||||
message error "Unable to install powershell without winetricks. Aborting."
|
message error "Unable to update dxvk without winetricks. Aborting."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user