summarylogtreecommitdiffstats
path: root/mp3tag
diff options
context:
space:
mode:
Diffstat (limited to 'mp3tag')
-rw-r--r--mp3tag4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3tag b/mp3tag
index cdb2ce1e84cc..4bc7a1aebdf1 100644
--- a/mp3tag
+++ b/mp3tag
@@ -12,5 +12,5 @@ if [ ! -d "$HOME"/.mp3tag ] ; then
ln -s /usr/share/mp3tag/Mp3tagShell64.dll "$HOME"/.mp3tag/Mp3tagShell64.dll
ln -s /usr/share/mp3tag/tak_deco_lib.dll "$HOME"/.mp3tag/tak_deco_lib.dll
fi
-WINEDEBUG=-all wine "$HOME"/.mp3tag/mp3tag "$@"
-
+# WINEDEBUG=-all wine "$HOME"/.mp3tag/mp3tag "$@"
+cd "$HOME/.mp3tag" && WINEDEBUG=-all WINEPATH="$HOME/.mp3tag/mp3tag" WINEDLLOVERRIDES="mscoree=d;mshtml=d" wine "$HOME/.mp3tag/mp3tag" "$@"