Why not automatically default to latest winetricks version? #254
Labels
enhancement
New feature or request
installer
This issue is related to the install routine
winetricks
Milestone
165dad8 switched to using
winecfg
instead ofwinetricks
to set the windows version. It's unclear exactly why, but this resolved several issues:But not knowing why the winetricks command was not working properly makes me wonder if our 2022 winetricks version is just too old. Setting a minimum version is good as long as we're willing to maintain it, but why not just default to the latest release instead? The script is not that big, so we could even consider packaging it into oudedetai ourselves.
To implement this, rather than maintain a WINETRICKS_VERSION constant, we would check the winetricks GitHub releases list and get the latest version string from there.
The text was updated successfully, but these errors were encountered: