Kalanyr / gogrepoc

Python-based tool for downloading all your GOG.com game and bonus collections to your local computer for full offline enjoyment.
233 stars 36 forks source link

Clean function tries to orphan Windows hidden files on external hard drive. #96

Open Inkerlink opened 9 months ago

Inkerlink commented 9 months ago

I had my GOG games stored on the root of an external hard drive I have and the clean function would always error out because it didn't have permission to delete $RecycleBin and/or System Volume Information folders (which it shouldn't do anyways). Had to move all the games into a subfolder for it to function correctly.