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
|
if [[ "$(uname -m)" == "aarch64" ]]; then
|
||||||
wine="FEXLoader -- ${wine}"
|
wine="FEXLoader -- ${wine}"
|
||||||
fi
|
fi
|
||||||
|
export wine
|
||||||
# If the path exists, wine should already be installed.
|
# If the path exists, wine should already be installed.
|
||||||
# Just make sure we didn't wind up with a empty directory for some reason
|
# Just make sure we didn't wind up with a empty directory for some reason
|
||||||
rmdir "${wineInstallationPath}" 2> /dev/null
|
rmdir "${wineInstallationPath}" 2> /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user