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