Hopefully fixed problem with FEXLoader call to winetricks.
This commit is contained in:
parent
ee1eb6be60
commit
7ff6fd9248
@ -647,7 +647,7 @@ winetricks() {
|
||||
fi
|
||||
# Run the requested winetricks parameters
|
||||
if command -v FEXLoader &> /dev/null ; then
|
||||
FEXLoader -- ${winetricksPath}/winetricks "$@"
|
||||
WINE="" FEXLoader -- ${winetricksPath}/winetricks "$@"
|
||||
else
|
||||
${winetricksPath}/winetricks "$@"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user