summarylogtreecommitdiffstats
path: root/th07.sh
diff options
context:
space:
mode:
authorChristopher Luna2017-12-25 17:42:27 -0600
committerChristopher Luna2017-12-25 17:42:27 -0600
commit484ab2d3f84306f87296428788f02d6911cf1741 (patch)
tree5f41cc4f2d32e123494839bc28c13ef5026bb459 /th07.sh
parentcfbff51fe004e37ed03203d714a1ba70eadc461c (diff)
downloadaur-484ab2d3f84306f87296428788f02d6911cf1741.tar.gz
Small update to depend on wine, not bin32-wine
Diffstat (limited to 'th07.sh')
-rw-r--r--th07.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/th07.sh b/th07.sh
index 998d43fe29c9..8021bbabd137 100644
--- a/th07.sh
+++ b/th07.sh
@@ -1,6 +1,6 @@
#!/bin/bash
export WINEPREFIX="$HOME/.th07/wine"
-export WINEDLLOVERRIDES="mshtml="
+export WINEDLLOVERRIDES="mscoree=;mshtml="
if [ ! -d "$HOME"/.th07 ] ; then
mkdir -p "$HOME"/.th07/wine || exit 1