itchio / butler

🎩 Command-line itch.io helper
MIT License
751 stars 54 forks source link

Any upload is better than no upload #242

Open duzda opened 2 years ago

duzda commented 2 years ago

Basically, if all the uploads get filtered, then the user can't download the app, this PR changes the behavior and if there are no valid uploads left, then it allows the user to choose any of the uploads. How could this be helpful? In my case, I commonly use itch app for game jams, but if the dev doesn't select the appropriate platform, suddenly his game is not downloadable by itch.

This PR changes behavior from this: image

To this: image

However if dev does specify the platform, then no changes are made and user gets shown only the appropriate ones for his OS. It might be nice to notify the user about the unknown platform in the itch app, I think I can add that later.