Files
pilotclient/installer/installbuilder/swift-samples.xml
Roland Rossgotterer d247d40358 Don't install samples by default
Samples are almost never needed by the regular user. Who needs them, can install them.
2019-04-11 22:12:08 +01:00

23 lines
738 B
XML

<component>
<name>samples</name>
<description>Samples</description>
<canBeEdited>1</canBeEdited>
<detailedDescription>swift sample binaries</detailedDescription>
<selected>0</selected>
<show>1</show>
<folderList>
<folder>
<description>bin</description>
<destination>${installdir}/bin</destination>
<name>bin_linux</name>
<platforms>all</platforms>
<distributionFileList>
<distributionFile>
<allowWildcards>1</allowWildcards>
<origin>../../dist/bin/sample*</origin>
</distributionFile>
</distributionFileList>
</folder>
</folderList>
</component>