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:
valerian 2016-04-21 16:09:56 +02:00 committed by Matthew
parent c98244659d
commit 804a9724c4
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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"
}
],