"NetKAN generated mods - MagiCore-1.1.1"
This commit is contained in:
parent
63b63d388b
commit
50d59aaaf6
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spec_version": 1,
|
"spec_version": "v1.16",
|
||||||
"identifier": "MagiCore",
|
"identifier": "MagiCore",
|
||||||
"name": "MagiCore",
|
"name": "MagiCore",
|
||||||
"abstract": "A common set of utilities for magico13's mods",
|
"abstract": "A common set of utilities for magico13's mods",
|
||||||
|
@ -13,7 +13,18 @@
|
||||||
"ksp_version": "1.1.2",
|
"ksp_version": "1.1.2",
|
||||||
"install": [
|
"install": [
|
||||||
{
|
{
|
||||||
"file": "GameData",
|
"find": "MagiCore-License.txt",
|
||||||
|
"find_matches_files": true,
|
||||||
|
"install_to": "GameData"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"find": "MagiCore.dll",
|
||||||
|
"find_matches_files": true,
|
||||||
|
"install_to": "GameData"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"find": "MagiCore.version",
|
||||||
|
"find_matches_files": true,
|
||||||
"install_to": "GameData"
|
"install_to": "GameData"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue