Changelog bump
Don't break exes with spaces in their names
WEM (Wine Environment Manager) is a tool for managing wine "envs" or prefixes. Inspired by Lutris and rbenv.
WEM handles setting various wine options such as WINEPREFIX
, installing extras such as DXVK/VKD3D-Proton, and more. View the full documentation at https://wem.hristos.co/docs/ or bundled with the download. The issue tracker can be found here.
Only Linux is supported.
Get a precompiled binary from the WEM website
From source (Go 1.16+ required):
git clone https://git.sr.ht/~hristoast/wem
cd wem
make
This will produce a wem
binary in the repository root.
At this point you can run wem man
and/or wem tutorial
to get an idea of how things work!