Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix version file URL and KSP_VERSION_MIN #2

Merged
merged 2 commits into from Feb 2, 2020

Conversation

HebaruSan
Copy link
Contributor

The version file has two problems:

  • The URL property contained a link to a non-existent file, which means KSP-AVC won't be able to check for updates
  • The KSP_VERSION_MIN property was set to 1.99999.99999, which means this mod would only be considered compatible if the user had installed that version of KSP or later. There will probably never be such a version of KSP, so it's not compatible with anything. (This has blocked v1.2.0.1 from being indexed in CKAN.)

This PR fixes these issues.

  • URL is set to the raw GitHub URL for this file
  • KSP_VERSION_MIN is set to 1.8.0, to allow this mod to be considered compatible with that version of KSP and later

Note that a new release would be needed to make these fixes available to users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants