diff --git a/audiogame-manager.sh b/audiogame-manager.sh index d3d60f5..0724dce 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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"