mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
Add initial simulator plugin support for FS2020
This adds simulator plugin support for FS2020. It still pretends to be FSX until full integration is completed.
This commit is contained in:
committed by
Mat Sutcliffe
parent
aa32544b53
commit
3baab2ae4d
@@ -71,6 +71,38 @@ This plugin acts as the interface between swift and FSX.</detailedDescription>
|
||||
</compareText>
|
||||
</shouldPackRuleList>
|
||||
</component>
|
||||
<component>
|
||||
<name>fs2020</name>
|
||||
<description>MS Flight Simulator 2020</description>
|
||||
<canBeEdited>1</canBeEdited>
|
||||
<detailedDescription>MS Flight Simulator 2020 Simulator Plugin
|
||||
This plugin acts as the interface between swift and FS2020.</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/simulatorfs2020.dll</origin>
|
||||
</distributionFile>
|
||||
</distributionFileList>
|
||||
</folder>
|
||||
</folderList>
|
||||
<shouldPackRuleList>
|
||||
<platformTest>
|
||||
<type>windows</type>
|
||||
</platformTest>
|
||||
<compareText>
|
||||
<logic>equals</logic>
|
||||
<text>${architecture}</text>
|
||||
<value>32</value>
|
||||
</compareText>
|
||||
</shouldPackRuleList>
|
||||
</component>
|
||||
<component>
|
||||
<name>p3d</name>
|
||||
<description>PREPAR3D</description>
|
||||
|
||||
Reference in New Issue
Block a user