Create ModuleManager-2.6.13.ckan
This commit is contained in:
parent
799dd32a98
commit
070385ff5a
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"spec_version": "v1.6",
|
||||
"identifier": "ModuleManager",
|
||||
"name": "Module Manager",
|
||||
"abstract": "Modify KSP configs without conflict",
|
||||
"author": [
|
||||
"ialdabaoth",
|
||||
"Sarbian"
|
||||
],
|
||||
"license": "CC-BY-SA",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/55219",
|
||||
"repository": "https://github.com/sarbian/ModuleManager",
|
||||
"ci": "https://ksp.sarbian.com/jenkins/job/ModuleManager/"
|
||||
},
|
||||
"version": "2.6.13",
|
||||
"ksp_version": "1.0",
|
||||
"install": [
|
||||
{
|
||||
"file": "ModuleManager.2.6.13.dll",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.6.13.zip"
|
||||
}
|
Loading…
Reference in New Issue