From 9f8fd947c9fe208ab0d13ad9257bdc40bf3b7c56 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 12 Dec 2024 20:54:22 -0500 Subject: [PATCH] Hopefully fixed bug with wine not properly being called. --- audiogame-manager.sh | 1 + 1 file changed, 1 insertion(+) 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