summarylogtreecommitdiffstats
path: root/thedude
diff options
context:
space:
mode:
authorMarco982021-10-22 18:36:35 +0200
committerMarco982021-10-22 18:36:35 +0200
commitf707795e16fd4d9522efc7b19d1b2c22da954608 (patch)
treea1236b0a576b961da51d53ecb2d3fa993c8ef5e7 /thedude
parent60c81654710d9fd720a2f3e2040bc0e7095fad35 (diff)
downloadaur-f707795e16fd4d9522efc7b19d1b2c22da954608.tar.gz
update to 6.49
Diffstat (limited to 'thedude')
-rw-r--r--thedude2
1 files changed, 1 insertions, 1 deletions
diff --git a/thedude b/thedude
index f49de4efc475..51aa0ecca7f2 100644
--- a/thedude
+++ b/thedude
@@ -1,7 +1,7 @@
#!/bin/bash
export WINEPREFIX="$HOME"/.winbox/wine
export WINEARCH=win64
-export WINEDLLOVERRIDES="mscoree=" # disable mono
+export WINEDLLOVERRIDES="mscoree=;winegstreamer=" # disable mono
export WINEDEBUG=-all
if [ ! -d "$HOME"/.winbox/wine ] ; then
mkdir -p "$HOME"/.winbox/wine