Merge pull request #504 from politas/patch-1
Add Homepage to reflectionPlugin
This commit is contained in:
commit
f8079b0c71
|
@ -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"}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue