From e017284d800098f2bdbea3c489135ff60bac4f36 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 12 Dec 2024 21:47:32 -0500 Subject: [PATCH] Updated FEXLoader to use /usr/bin/wine because it should be in that path, and using command to locate it will not work. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index d432591..bfd17e0 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -568,7 +568,7 @@ install_wine() { wineInstallationPath="${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/wine_$2/$1" wine="${wineInstallationPath}/bin/wine" if [[ "$(uname -m)" == "aarch64" ]]; then - wine="FEXLoader -- ${wine}" + wine="FEXLoader -- /usr/bin/wine" fi export wine # If the path exists, wine should already be installed.