RN fix my mods that are set for all ksp versions
Somehow these 3 releases gt set for "all ksp versions", this is extremely incorrect as they absolutely do NOT work in all versions. This is making ckan install the older releases in 1.4.2 even though the latest release only supports up to 1.3.1. -These mods DID contain version files when these meta data files were generated and for some reason ignored my versioning in them
This commit is contained in:
parent
66172540a3
commit
6d364728b4
|
@ -14,6 +14,8 @@
|
|||
"repository": "https://github.com/KSP-RO/Antares-Cygnus"
|
||||
},
|
||||
"version": "1:v1.3",
|
||||
"ksp_version_min": "1.1.1",
|
||||
"ksp_version_max": "1.3.99",
|
||||
"install": [
|
||||
{
|
||||
"find": "KK_Antares",
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
"repository": "https://github.com/KSP-RO/RNMisc"
|
||||
},
|
||||
"version": "1:v1.2",
|
||||
"ksp_version_min": "1.2.0",
|
||||
"ksp_version_max": "1.3.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "BDAnimationModules"
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
"repository": "https://github.com/KSP-RO/USSovietSolarPanelsPack"
|
||||
},
|
||||
"version": "1:v1.4",
|
||||
"ksp_version_min": "1.1.1",
|
||||
"ksp_version_max": "1.3.99",
|
||||
"install": [
|
||||
{
|
||||
"find": "RN_Solar_Panels",
|
||||
|
|
Loading…
Reference in New Issue