Add new MM

Add 2.7 so it installs the correct version for 1.2
This commit is contained in:
Arne Peirs 2016-10-05 23:20:13 +02:00
parent eca8e88ba0
commit 787e1980f9
2 changed files with 36 additions and 2 deletions

View File

@ -14,8 +14,8 @@
"ci": "https://ksp.sarbian.com/jenkins/job/ModuleManager/"
},
"version": "2.6.25",
"ksp_version_min": "1.2.0",
"ksp_version_max": "1.2.99",
"ksp_version_min": "1.1.2",
"ksp_version_max": "1.1.99",
"install": [
{
"find_regexp": "ModuleManager.*\\.dll$",

View File

@ -0,0 +1,34 @@
{
"spec_version": "v1.16",
"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.7.0",
"ksp_version_min": "1.2.0",
"ksp_version_max": "1.2.99",
"install": [
{
"find_regexp": "ModuleManager.*\\.dll$",
"find_matches_files": true,
"install_to": "GameData"
}
],
"download": "https://ksp.sarbian.com/jenkins/job/ModuleManager/117/artifact/ModuleManager-2.7.0.zip",
"download_size": 35488,
"download_hash": {
"sha1": "3F29DC8BEF5DD9133C754E2089C0F2177EA78304",
"sha256": "04636A26617569EABDAF06D9A59265A30117AFCBE8D49FD15C7F69149432A86F"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}