Fixed wineserver for installers so that something is always present. May need more tweaks for aarch64.

This commit is contained in:
Storm Dragon 2024-12-13 04:00:57 -05:00
parent b868c732cf
commit 407cc8985b

View File

@ -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}"