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