From 407cc8985b7a58ee500a4650becfe44c780a8f8c Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 13 Dec 2024 04:00:57 -0500 Subject: [PATCH] Fixed wineserver for installers so that something is always present. May need more tweaks for aarch64. --- audiogame-manager.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 1851937..69fdf4b 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1422,6 +1422,8 @@ while getopts "${args}" i ; do done # Install game based on the selection above. +# make sure wine is actually set to something +export wine="${wine:-wine}" case "${game}" in "A Hero's Call") download "https://blindgamers.com/downloads/a-heros-call-freeware.zip" "${nvdaControllerClientDll}"