install glide with winetricks, not standalone
This commit is contained in:
parent
143e9bb6fb
commit
97e883237d
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user