Correct Installation Paths

This commit is contained in:
Kevin Cathcart 2014-11-16 16:12:36 -05:00
parent c169cc60a1
commit 83357f56ca
2 changed files with 6 additions and 16 deletions

View File

@ -31,16 +31,9 @@
"comment" : "Providing but not conflicting is deliberate, as both UIs can be installed at the same time.",
"install": [
{
"file": "VesselView/Patches",
"install_to": "GameData"
},
{
"file": "VesselView/Plugins/VesselViewRPM.dll",
"install_to": "GameData"
},
{
"file": "VesselView/Plugins/VVPartSelector.dll",
"install_to": "GameData"
"file": "VesselView",
"install_to": "GameData",
"filter": ["license (MM).txt","license.txt","Textures","VesselView.dll","VVDiscoDisplay.dll","VesselViewPlugin.dll"]
}
],
"version": "v0.6",

View File

@ -23,12 +23,9 @@
"comment" : "Providing but not conflicting is deliberate, as both UIs can be installed at the same time.",
"install" : [
{
"file": "VesselView/Textures",
"install_to": "GameData"
},
{
"file": "VesselView/Plugins/VesselViewPlugin.dll",
"install_to": "GameData"
"file": "VesselView",
"install_to": "GameData",
"filter": ["license (MM).txt","license.txt","Patches","VesselView.dll","VVDiscoDisplay.dll","VesselViewRPM.dll","VVPartSelector.dll"]
}
],
"version": "v0.6",