Slashbunny / gog-galaxy-plugin-downloader

Downloads and Updates GOG Galaxy 2.0 Plugins/Integrations
GNU General Public License v3.0
268 stars 20 forks source link

Update fanatical version #21

Closed borancar closed 2 years ago

borancar commented 2 years ago

Fixes issues with login to Fanatical.

Slashbunny commented 2 years ago

See #18 and #19 . This will cause the downloader to re-download the fanatical plugin every time it runs because the 0.0.2 release's manifest.json wasn't updated by the author (it still shows 0.0.1).

borancar commented 2 years ago

Ouch, sorry about it :disappointed:, and especially for raising the issue for the third time. Let me try contacting the author of the fanatical plugin.

borancar commented 2 years ago

https://github.com/nosyn00b/GOG2_Fanatical_Plugin/pull/2

milroneth commented 2 years ago

The manifest has just been updated, thanks @borancar for the pull request. This can now be accepted without issues as well!

Slashbunny commented 2 years ago

I think he'll need to do another release, since the existing fanatical_v0.0.2.zip is from June and still has 0.0.1 as the version 😢

Slashbunny commented 2 years ago

I changed the manifest to pull the zip file from the latest commit (with the version fix) instead of downloading the release in 3bcdd94d28350b1710c715e38d241446e01d1343 . That should solve the issue.