Hopefully fixed bug with wine not properly being called.

This commit is contained in:
Storm Dragon 2024-12-12 20:54:22 -05:00
parent a595a9bf1a
commit 9f8fd947c9

View File

@ -570,6 +570,7 @@ install_wine() {
if [[ "$(uname -m)" == "aarch64" ]]; then
wine="FEXLoader -- ${wine}"
fi
export wine
# If the path exists, wine should already be installed.
# Just make sure we didn't wind up with a empty directory for some reason
rmdir "${wineInstallationPath}" 2> /dev/null