On Tue Mar 14 05:31:25 2023 +0000, Alex Henrie wrote:
changed this line in [version 4 of the diff](/wine/wine/-/merge_requests/1009/diffs?diff_id=36898&start_sha=451867a9e1dce92ee6409d8ede3bc1b0ea16a676#dcea097491aea5c674c4bd70c05f7ab7b0278e18_329_324)
I have pushed a new patch that stores the exclusion list in a single REG_MULTI_SZ value, which seems more elegant than creating a separate registry value for each pattern to exclude.
The new patch has winemenubuilder create the registry value if it does not exist. It's not strictly necessary to create it at all, but it will make life easier for users who just want to add their program to the exclude list, because otherwise they would have to look up the default list to know how to customize it.