Fixed PlanetShine install path and URL (#1071)
* Update PlanetShine-0.2.5.ckan fixed curse URL * Update PlanetShine-Config-Default-0.2.5.ckan Fixed curse URL * Update PlanetShine-0.2.5.ckan Fixed bad install path
This commit is contained in:
parent
c98244659d
commit
804a9724c4
|
@ -8,7 +8,7 @@
|
|||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/96497",
|
||||
"repository": "https://github.com/valerian/ksp-planetshine",
|
||||
"curse": "http://kerbal.curseforge.com/projects/rcs-build-aid"
|
||||
"curse": "http://kerbal.curseforge.com/projects/planetshine"
|
||||
},
|
||||
"version": "0.2.5",
|
||||
"ksp_version_min": "1.1.0",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/96497",
|
||||
"repository": "https://github.com/valerian/ksp-planetshine",
|
||||
"curse": "http://kerbal.curseforge.com/projects/rcs-build-aid"
|
||||
"curse": "http://kerbal.curseforge.com/projects/planetshine"
|
||||
},
|
||||
"version": "0.2.5",
|
||||
"ksp_version_min": "1.1.0",
|
||||
|
@ -22,7 +22,7 @@
|
|||
"install": [
|
||||
{
|
||||
"find": "GameData/PlanetShine",
|
||||
"install_to": "GameData/PlanetShine",
|
||||
"install_to": "GameData",
|
||||
"filter": "Config"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue