Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Fix DXVK uninstallation from prefix (#3760)
* Fix DXVK uninstallation by restoring Wine DLLs after DXVK DLL overrides are removed * Improved log messages * Check for undefined library paths before trying to remove DXVK DLLs * Fixed typo in log message * Remove isMac check for 32 bit DXVK * Use wineboot -u to restore Wine stock DLLs after removing DXVK ones * DXVK DLL removal code refactoring * Switch from rm to rmSync
- Loading branch information