diff --git a/audiogame-manager.sh b/audiogame-manager.sh index ffe0b89..f3cb3a2 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -103,6 +103,8 @@ help() { } install_wine_bottle() { + # 32 bit installations work best and are the default here, if you need to override it, do it in the game specific installation steps. + export WINEARCH="${WINEARCH:-win32}" local bottle="${game,,}" bottle="${bottle//[[:space:]]/-}" mkdir -p "$HOME/.local/wine/${bottle}" @@ -279,8 +281,6 @@ cache="${XDG_CONFIG_HOME:-$HOME/.config}/storm-games/audiogame-manager/cache" configFile="${XDG_CONFIG_HOME:-$HOME/.config}/storm-games/audiogame-manager/games.conf" mkdir -p "${cache}" mkdir -p "${configFile%/*}" -# 32 bit installations work best and are the default here, if you need to override it, do it in the game specific installation steps. -export WINEARCH=win32 # Turn off debug messages export WINEDEBUG="-all" # During installation, you can set winVer to the versions available.