install glide with winetricks, not standalone

This commit is contained in:
mollusk 2021-01-22 13:42:01 -07:00
parent 143e9bb6fb
commit 97e883237d

View File

@ -49,7 +49,7 @@ getDeps(){
} }
getTricks(){ 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" echo -e "\nGetting Glide for D2\n"
@ -158,7 +158,7 @@ case "${1}" in
installD2 installD2
installLOD installLOD
getTricks getTricks
getGlide #getGlide
runGame runGame
;; ;;