Skip to content

compare wine registry files and generate commands to apply the changes.

License

Notifications You must be signed in to change notification settings

castaneai/wineregdiff

Repository files navigation

wineregdiff

compare wine registry files and generate commands to apply the changes.

Install

go install github.com/castaneai/wineregdiff@latest

Usage

$ cp $WINEPREFIX/user.reg user_old.reg
$ winetricks renderer=gdi
$ wineregdiff -root HKCU -force user_old.reg $WINEPREFIX/user.reg
wine REG ADD "HKEY_CURRENT_USER\\Software\\Wine\\Direct3D" /v "renderer" /t REG_SZ /d "gdi" /f

License

MIT

About

compare wine registry files and generate commands to apply the changes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages