First one should fix uninstallation problems on windows. Some of the manifest files contains mixed slashes in the same path so we should make double replacement scans.
Second one handles empty directories which remains after uninstallation.
Both changes had been tested on Ubuntu 22.04 (running under WSL2) and on Windows 11 (running PyInstaller binary from within PowerShell)
This PR contains two modifications.
First one should fix uninstallation problems on windows. Some of the manifest files contains mixed slashes in the same path so we should make double replacement scans.
Second one handles empty directories which remains after uninstallation.
Both changes had been tested on Ubuntu 22.04 (running under WSL2) and on Windows 11 (running PyInstaller binary from within PowerShell)