Fixed wineserver for installers so that something is always present. May need more tweaks for aarch64.
This commit is contained in:
parent
b868c732cf
commit
407cc8985b
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user