Update Kopernicus to newest version

This commit is contained in:
Willhelm Rendahl 2015-04-15 18:24:28 +02:00
parent 37e673270b
commit f7afeb7d58
2 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1,30 @@
{
"spec_version": "v1.4",
"identifier": "Kopernicus-Config-Default",
"name": "Kopernicus default system configuration",
"abstract": "Kopernicus default system configuration",
"description": "Kopernicus default system configuration",
"release_status": "development",
"license": "LGPL-2.0",
"author": "BryceSchroeder",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/88168",
"repository": "http://github.com/BryceSchroeder/Kopernicus"
},
"provides": [
"Kopernicus-Config"
],
"install": [
{
"find": "Kopernicus",
"install_to": "GameData",
"filter": [
"Kopernicus.dll"
]
}
],
"version": "pre-alpha-06",
"download": "https://github.com/BryceSchroeder/Kopernicus/releases/download/pre-alpha-06/Kopernicus.0.0.6.zip",
"x_generated_by": "netkan",
"download_size": 56884
}

View File

@ -0,0 +1,35 @@
{
"spec_version": "v1.4",
"identifier": "Kopernicus",
"name": "Kopernicus Planetary System Modifier",
"abstract": "Kopernicus Planetary System Modifier",
"description": "Kopernicus Planetary System Modifier",
"release_status": "development",
"license": "LGPL-2.0",
"author": "BryceSchroeder",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/88168",
"repository": "http://github.com/BryceSchroeder/Kopernicus"
},
"depends": [
{
"name": "Kopernicus-Config"
},
{
"name": "ModuleManager"
}
],
"install": [
{
"find": "Kopernicus",
"install_to": "GameData",
"filter": [
"System.cfg"
]
}
],
"version": "pre-alpha-06",
"download": "https://github.com/BryceSchroeder/Kopernicus/releases/download/pre-alpha-06/Kopernicus.0.0.6.zip",
"x_generated_by": "netkan",
"download_size": 56884
}