Split out default configuration of Kopernicus

This commit is contained in:
Hakan Tandogan 2015-02-09 15:25:05 +01:00
parent 4eefecaf7d
commit 56bb650751
2 changed files with 39 additions and 1 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-04",
"download": "https://github.com/BryceSchroeder/Kopernicus/releases/download/pre-alpha-04/Kopernicus.0.0.4.zip",
"x_generated_by": "netkan",
"download_size": 56884
}

View File

@ -11,10 +11,18 @@
"homepage": "http://forum.kerbalspaceprogram.com/threads/88168",
"repository": "http://github.com/BryceSchroeder/Kopernicus"
},
"depends": [
{
"name": "Kopernicus-Config"
}
],
"install": [
{
"find": "Kopernicus",
"install_to": "GameData"
"install_to": "GameData",
"filter": [
"System.cfg"
]
}
],
"version": "pre-alpha-04",