TouwaStar/Galaxy_Plugin_Bethesda

FOG Fork Autoupdate Request

Closed this issue · 2 comments

Hey,

we're planning on creating a fork/autoupdate system with selected plugins. This would allow us to create a list of curated and reviewed plugins which could be of use to GOG Galaxy people.

Before we do that we need to ask you to create a fog_release branch which would contain only your plugin code, manifest.json and a requirements.txt file, we will import all the dependencies to the root folder next to manifest.json in our fork.

Example 1:

  • plugin.py
  • version.py
  • manifest.json
  • requirements.txt
  • dependency_1 (imported by us)
  • dependency_2 (imported by us)

Example 2:

  • src/plugin.py
  • src/version.py
  • src/manifest.json
  • requirements.txt
  • src/dependency_1 (imported by us)
  • src/dependency_2 (imported by us)

You will be credited as the creator and developer of the plugin in forks readme and possibly other places.

Thanks!