Merge pull request #597 from BasharMilesTeg/patch-5

Fix GCMonitor
This commit is contained in:
Dwayne Bent 2015-06-14 10:47:39 -04:00
commit bf40b9916f
2 changed files with 14 additions and 18 deletions

View File

@ -7,7 +7,6 @@
"sarbian" "sarbian"
], ],
"license": "MIT", "license": "MIT",
"x_ci_version_base": "1.2.4.0",
"install": [ "install": [
{ {
"find": "GCMonitor", "find": "GCMonitor",
@ -20,8 +19,8 @@
"repository": "https://github.com/sarbian/GCMonitor/" "repository": "https://github.com/sarbian/GCMonitor/"
}, },
"ksp_version": "1.0", "ksp_version": "1.0",
"version": "1.2.4.0-21", "version": "1.2.4.0",
"download": "https://ksp.sarbian.com/jenkins/job/GCMonitor/lastStableBuild/artifact/GCMonitor-1.2.4.0.zip", "download": "https://ksp.sarbian.com/jenkins/job/GCMonitor/21/artifact/GCMonitor-1.2.4.0.zip",
"x_generated_by": "netkan", "x_generated_by": "nyankan",
"download_size": 63349 "download_size": 63349
} }

View File

@ -1,27 +1,24 @@
{ {
"spec_version": "v1.4", "spec_version": "v1.6",
"identifier": "GCMonitor", "identifier": "GCMonitor",
"name": "Graphic Memory Monitor", "name": "Graphic Memory Monitor",
"abstract": "This plugin will show you the memory usage of the running KSP installation", "abstract": "This plugin will show you the memory usage of the running KSP installation",
"author": [
"sarbian"
],
"license": "MIT", "license": "MIT",
"x_ci_version_base": "1.2.4.0", "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": [ "install": [
{ {
"find": "GCMonitor", "find": "GCMonitor",
"install_to": "GameData" "install_to": "GameData"
} }
], ],
"resources": { "version": "1.2.5",
"x_ci": "https://ksp.sarbian.com/jenkins/job/GCMonitor/", "download": "https://ksp.sarbian.com/jenkins/job/GCMonitor/22/artifact/GCMonitor-1.2.5.0.zip",
"homepage": "http://forum.kerbalspaceprogram.com/threads/92907", "x_generated_by": "nyankan",
"repository": "https://github.com/sarbian/GCMonitor/"
},
"ksp_version": "1.0",
"version": "1.2.4.0-22",
"download": "https://ksp.sarbian.com/jenkins/job/GCMonitor/lastStableBuild/artifact/GCMonitor-1.2.5.0.zip",
"x_generated_by": "netkan",
"download_size": 102804 "download_size": 102804
} }