Do the same thing for RSS
@pjf it looks like netkan now pulls from .version in preference to the github tag. That will probably break updates for a lot more mods than just RO/RSS, if the tag didn't match (and comes later than by CKAN sorting) the pure .version version
This commit is contained in:
parent
ab2fdeabf8
commit
ea93b4b465
|
@ -1,49 +0,0 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"name": "Real Solar System",
|
||||
"identifier": "RealSolarSystem",
|
||||
"abstract": "Resizes and rearranges the Kerbal system to more closely resemble the Solar System",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"release_status": "stable",
|
||||
"depends": [
|
||||
{
|
||||
"name": "Kopernicus"
|
||||
},
|
||||
{
|
||||
"name": "RSSTextures"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "RealismOverhaul"
|
||||
},
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "RemoteTech-Config-RSS"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/55145",
|
||||
"repository": "https://github.com/KSP-RO/RealSolarSystem"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"find": "RealSolarSystem",
|
||||
"install_to": "GameData"
|
||||
},
|
||||
{
|
||||
"find": "Cache",
|
||||
"install_to": "GameData/Kopernicus"
|
||||
}
|
||||
],
|
||||
"author": "NathanKell",
|
||||
"version": "v10.1",
|
||||
"download": "https://github.com/KSP-RO/RealSolarSystem/releases/download/v10.1/RealSolarSystem_v10.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 9521527,
|
||||
"ksp_version": "1.0.4"
|
||||
}
|
Loading…
Reference in New Issue