mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
Package MSFS simulator plugins only if they exist
There are no 64 bit MSFS simulator plugins available. Therefore don't package them, if they were not built. refs #615
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
<platformTest>
|
||||
<type>windows</type>
|
||||
</platformTest>
|
||||
<fileExists>
|
||||
<path>${build_project_directory}/../../dist/bin/plugins/simulator/simulatorfs9.dll</path>
|
||||
</fileExists>
|
||||
</shouldPackRuleList>
|
||||
</component>
|
||||
<component>
|
||||
@@ -59,6 +62,9 @@ This plugin acts as the interface between swift and FSX.</detailedDescription>
|
||||
<platformTest>
|
||||
<type>windows</type>
|
||||
</platformTest>
|
||||
<fileExists>
|
||||
<path>${build_project_directory}/../../dist/bin/plugins/simulator/simulatorfsx.dll</path>
|
||||
</fileExists>
|
||||
</shouldPackRuleList>
|
||||
</component>
|
||||
<component>
|
||||
|
||||
Reference in New Issue
Block a user