Update winetricks to use FEXLoader if present.
This commit is contained in:
parent
75535a27b1
commit
8aee611f86
@ -646,7 +646,11 @@ winetricks() {
|
||||
fi
|
||||
fi
|
||||
# Run the requested winetricks parameters
|
||||
${winetricksPath}/winetricks "$@"
|
||||
if command -v FEXLoader &> /dev/null ; then
|
||||
FEXLoader -- ${winetricksPath}/winetricks "$@"
|
||||
else
|
||||
${winetricksPath}/winetricks "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
install_rhvoice() {
|
||||
|
Loading…
Reference in New Issue
Block a user