Added ModuleManager 2.5.4

This commit is contained in:
Paul Fenwick 2014-12-16 14:45:40 +11:00
parent 3df8c92722
commit 2679c27dea
1 changed files with 18 additions and 0 deletions

18
ModuleManager-2.5.4.ckan Normal file
View File

@ -0,0 +1,18 @@
{
"spec_version" : 1,
"name" : "Module Manager",
"identifier" : "ModuleManager",
"abstract" : "Modify KSP configs without conflict",
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.4.zip",
"license" : "CC-BY-SA",
"author" : [ "ialdabaoth", "Sarbian" ],
"version" : "2.5.4",
"release_status" : "stable",
"ksp_version" : "0.90",
"install" : [
{
"file" : "ModuleManager.2.5.4.dll",
"install_to" : "GameData"
}
]
}