From 0d1cb5099429cd73b11c7769b1fed750e94be644 Mon Sep 17 00:00:00 2001 From: Nicholas George Date: Tue, 29 Sep 2020 15:28:22 -0500 Subject: [PATCH] Added 'mimeassoc=off' to default Winetricks Prevents K-Lite to handle system association --- worlds-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds-installer.sh b/worlds-installer.sh index 6041c75..b179664 100755 --- a/worlds-installer.sh +++ b/worlds-installer.sh @@ -9,7 +9,7 @@ export INSTALLER="$WORLDSDIR/WorldsInstaller.exe" export WINE=$(which wine) -export WINETRICKSINSTALL="win7 corefonts droid ddr=gdi devenum wmp9 dmsynth wmv9vcm directplay quartz ie8 quartz" +export WINETRICKSINSTALL="win7 corefonts droid ddr=gdi devenum wmp9 dmsynth wmv9vcm directplay quartz ie8 quartz mimeassoc=off" start () { errorcheck