Working toward Raspberry Pi compatibility.

This commit is contained in:
Storm Dragon 2021-10-05 23:07:23 -04:00
parent f628b8e61f
commit 0221f4c7eb

View File

@ -759,6 +759,8 @@ mkdir -p "${cache}"
mkdir -p "${configFile%/*}"
# Turn off debug messages
export WINEDEBUG="-all"
# Compatibility with box86
export BOX86_NOBANNER=1
# During installation, you can set winVer to the versions available.
# To set winetricks arguments, such as virtual desktop, set the winetricksSettings variable.
# Example: winetricksSettings="vd=1024x768"