Hopefully fixed problem with FEXLoader call to winetricks.

This commit is contained in:
Storm Dragon 2024-12-17 05:06:37 -05:00
parent ee1eb6be60
commit 7ff6fd9248

View File

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