imLinguin / nile

Unofficial Amazon Games client
GNU General Public License v3.0
307 stars 16 forks source link

Fix uninstall paths on windows #44

Closed m3e-g closed 10 months ago

m3e-g commented 10 months ago

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)

m3e-g commented 10 months ago

The original issue had been reported here

LZeugirdor commented 9 months ago

Was having this issue, thanks for providing a fix.