Correct Installation Paths
This commit is contained in:
parent
c169cc60a1
commit
83357f56ca
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue