simons-public / protonfixes

A module for applying fixes at runtime to unsupported games with Steam Proton without changing game installation files
https://simons-public.github.io/protonfixes/
Other
233 stars 114 forks source link

Added a proper check for `verb=param` verb types #52

Closed pchome closed 5 years ago

pchome commented 5 years ago

Such verbs are usually recorded into winetricks.log as:

verb1=param1
verb1=param2
verb1=param1

In this example verb1=param1 should be "INSTALLED", and verb1=param2 -- "NOT INSTALLED", so will be applied and recorded to winetricks.log (appended at the end of file).