From d63f9a426363a32b6088194a13f1209bfc20cce6 Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Wed, 11 Aug 2021 08:39:04 -0700 Subject: [PATCH] Fix party pack --- audiogame-manager.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index aa0e131..89f0812 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1571,6 +1571,7 @@ case "${game}" in "ESP Pinball Party Pack") export winVer="win7" export bottle="esp-pinball" + export WINEPREFIX="$HOME/.local/wine/esp-pinball" # Only works in conjunction with esp pinball extreme. if ! [ -f "$HOME/.local/wine/$bottle/drive_c/Program Files/Draconis Entertainment/ESP Pinball Xtreme/pbx.exe" ] ; then echo "Error: You need to install ESP Pinball Extreme first to use this game. Please do so before continuing." >&2