user/sessionVariables: stop wine from creating associations

This commit is contained in:
LavaDesu 2023-12-15 21:51:49 +07:00
parent ac103633d3
commit 402322c1d1
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -25,5 +25,7 @@
WINEPREFIX = "${config.xdg.dataHome}/wine64";
WINEARCH = "win64";
# Stops wine from creating filetype associations
WINEDLLOVERRIDES = "winemenubuilder.exe=d";
};
}