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 plugins.yaml #18

Closed nosyn00b closed 3 years ago

nosyn00b commented 3 years ago

Just updated a configuration, Did not change the guid.

Slashbunny commented 3 years ago

The 0.0.2 release of the fanatical plugin doesn't have an updated version in the manifest.json file- it looks like this:

{
  "name": "Fanatical",
  "platform": "fanatical",
  "guid": "f72d61b1-f2e2-4e46-98e0-c5f33cca34b8",
  "version": "0.0.1",
  "description": "Fanatical GOG Galaxy Plugin",
  "author": "nosyn00b",
  "email": "nosyn00b71@gmail.com",
  "url": "https://github.com/nosyn00b/GOG2_fanatical_plugin",
  "script": "plugin.py"
}

Therefore, the updater will think version 0.0.1 installed and will keep re-downloading and re-installing it every time it's run. Could you do a new release with an updated manifest.json?

Slashbunny commented 3 years ago

@nosyn00b - See my comments on #19 . The plugin's manifest.json will need to be updated with the latest version number in the plugin's project. It still says 0.0.1. I will close this until that project has been updated. Thanks!