Add Prepare3D plugin to installer

refs #902
This commit is contained in:
Roland Winklmeier
2017-03-09 10:06:46 +01:00
committed by Mathew Sutcliffe
parent 518e612646
commit 6495813102

View File

@@ -67,6 +67,39 @@ This plugin acts as the interface between swift and FSX.</detailedDescription>
</fileExists> </fileExists>
</shouldPackRuleList> </shouldPackRuleList>
</component> </component>
<component>
<name>p3d</name>
<description>Prepare 3D</description>
<canBeEdited>1</canBeEdited>
<detailedDescription>LM Prepare3D Simulator Plugin
This plugin acts as the interface between swift and P3D.</detailedDescription>
<selected>1</selected>
<show>1</show>
<folderList>
<folder>
<description>bin/plugins/simulator</description>
<destination>${installdir}/bin/plugins/simulator</destination>
<name>bin_plugins_simulator</name>
<platforms>windows</platforms>
<distributionFileList>
<distributionFile>
<origin>../../dist/bin/plugins/simulator/simulatorp3d.dll</origin>
</distributionFile>
<distributionFile>
<origin>../../dist/bin/plugins/simulator/simulatorp3dconfig.dll</origin>
</distributionFile>
</distributionFileList>
</folder>
</folderList>
<shouldPackRuleList>
<platformTest>
<type>windows</type>
</platformTest>
<fileExists>
<path>${build_project_directory}/../../dist/bin/plugins/simulator/simulatorp3d.dll</path>
</fileExists>
</shouldPackRuleList>
</component>
<component> <component>
<name>xplane</name> <name>xplane</name>
<description>X-Plane</description> <description>X-Plane</description>