Added 'mimeassoc=off' to default Winetricks
Prevents K-Lite to handle system association
This commit is contained in:
parent
a93caae282
commit
0d1cb50994
|
@ -9,7 +9,7 @@ export INSTALLER="$WORLDSDIR/WorldsInstaller.exe"
|
||||||
|
|
||||||
export WINE=$(which wine)
|
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 () {
|
start () {
|
||||||
errorcheck
|
errorcheck
|
||||||
|
|
Loading…
Reference in New Issue
Block a user