Merge pull request #504 from politas/patch-1

Add Homepage to reflectionPlugin
This commit is contained in:
Willhelm Rendahl 2015-05-18 14:06:34 +02:00
commit f8079b0c71
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"spec_version" : "v1.2",
"spec_version" : "v1.4",
"identifier" : "ReflectionPlugin",
"name" : "Reflection Plugin for KSP",
"license" : "public-domain",
@ -9,5 +9,6 @@
"ksp_version_min" : "0.24.2",
"download" : "https://github.com/Starwaster/Reflection-Plugin-Continued/blob/Dev/ReflectionPlugin.DEV.1.2.zip?raw=true",
"install" : [ { "file" : "ReflectionPlugin.dll",
"install_to" : "GameData/FASA/Plugins"}]
}
"install_to" : "GameData/FASA/Plugins"}],
"resources" : { "homepage" : "http://forum.kerbalspaceprogram.com/threads/70089"}
}