Hopefully fixed bug with wine not properly being called.
This commit is contained in:
parent
a595a9bf1a
commit
9f8fd947c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user