user/sessionVariables: stop wine from creating associations
This commit is contained in:
parent
ac103633d3
commit
402322c1d1
1 changed files with 2 additions and 0 deletions
|
|
@ -25,5 +25,7 @@
|
||||||
|
|
||||||
WINEPREFIX = "${config.xdg.dataHome}/wine64";
|
WINEPREFIX = "${config.xdg.dataHome}/wine64";
|
||||||
WINEARCH = "win64";
|
WINEARCH = "win64";
|
||||||
|
# Stops wine from creating filetype associations
|
||||||
|
WINEDLLOVERRIDES = "winemenubuilder.exe=d";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue