From 97e883237d72d2a51eeb6f4fb104d764b84e7bcd Mon Sep 17 00:00:00 2001 From: mollusk Date: Fri, 22 Jan 2021 13:42:01 -0700 Subject: [PATCH] install glide with winetricks, not standalone --- d2-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d2-setup.sh b/d2-setup.sh index ed9d1d6..e618ecf 100755 --- a/d2-setup.sh +++ b/d2-setup.sh @@ -49,7 +49,7 @@ getDeps(){ } getTricks(){ - WINEPREFIX="${PREFIX}" WINEARCH="${ARCH}" winetricks directx9 directplay comctl32ocx + WINEPREFIX="${PREFIX}" WINEARCH="${ARCH}" winetricks directx9 directplay comctl32ocx glidewrapper echo -e "\nGetting Glide for D2\n" @@ -158,7 +158,7 @@ case "${1}" in installD2 installLOD getTricks - getGlide + #getGlide runGame ;;