diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 4f33c29..d432591 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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