Fix install location. See #1071

This commit is contained in:
Matthew Heguy 2016-04-21 10:17:57 -04:00
parent 804a9724c4
commit 896e388bd8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
"install": [
{
"find": "GameData/PlanetShine",
"install_to": "GameData/PlanetShine",
"install_to": "GameData",
"filter": "Config"
}
],