Create GCMonitor-1.2.6.ckan

This commit is contained in:
BasharMilesTeg 2015-06-18 12:35:04 +08:00
parent 0fcd115004
commit 30c2787fa5
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"spec_version": "v1.6",
"identifier": "GCMonitor",
"name": "Graphic Memory Monitor",
"abstract": "This plugin will show you the memory usage of the running KSP installation",
"license": "MIT",
"author": "sarbian",
"ksp_version": "1.0",
"resources": {
"ci": "https://ksp.sarbian.com/jenkins/job/GCMonitor/",
"homepage": "http://forum.kerbalspaceprogram.com/threads/92907",
"repository": "https://github.com/sarbian/GCMonitor/"
},
"install": [
{
"find": "GCMonitor",
"install_to": "GameData",
"filter": "getRSS_src.zip"
}
],
"version": "1.2.6",
"download": "https://ksp.sarbian.com/jenkins/job/GCMonitor/23/artifact/GCMonitor-1.2.6.0.zip",
"x_generated_by": "nyankan",
"download_size": 103260
}