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.",
|
"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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue