SpottedSqueak / FA-Gallery-Downloader

Dead simple gallery download for FurAffinity
MIT License
45 stars 5 forks source link

Version 1.4.0 Downloads files with wrong permissions #12

Closed MegaShinySnivy closed 3 months ago

MegaShinySnivy commented 3 months ago

See the title, on Linux the files downloaded in downloaded_content have the wrong permissions set. downloaded_content has no read, write, or execute permissions, and so nothing can be downloaded unless it is manually changed afterward. Same with the subfolders and subfiles.

ItsAlphaNeon commented 3 months ago

Can confirm, was just about to create an issue.

MegaShinySnivy commented 3 months ago

Exact permissions are ---/---/r--

ItsAlphaNeon commented 3 months ago

This occurs with older builds as well, I'm seeing.

elseways commented 3 months ago

This problem happens in macOS too.

SpottedSqueak commented 3 months ago

Oh, interesting! I had folks on both operating systems try it out and this was never mentioned. I'll recheck the permissions on this.

SpottedSqueak commented 3 months ago

Just pushed a new update, lemme know if that addresses the issues here!

MegaShinySnivy commented 3 months ago

Seems to work! Thank you!