Package.distribute (1800B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <distribute rootdir="../../Installers" 3 xmlns:tar="attrib://tar" 4 xmlns:zip="attrib://7z"> 5 6 <!-- This file is located with the BuildTools in the Configs folder. --> 7 <import path="CommonConfigurations.distribute" /> 8 9 <tasks> 10 <task name="ReaperWwiseTransfer.Mac" export-path="${BUILDS_LOCATION}/ReaperWwiseTransfer/${VERSION}/${WWISE_VERSION}.${REAPER_WWISE_TRANSFER_VERSION}/Artifacts" zip:archive-name="ReaperWwiseTransfer_MacOS_${CONFIG}"> 11 <includegroup>Binary</includegroup> 12 </task> 13 <task name="ReaperWwiseTransfer.Windows" export-path="${BUILDS_LOCATION}\ReaperWwiseTransfer\${VERSION}\${WWISE_VERSION}.${REAPER_WWISE_TRANSFER_VERSION}\Artifacts" zip:archive-name="ReaperWwiseTransfer_Windows_${CONFIG}"> 14 <includegroup>Binary</includegroup> 15 </task> 16 <task name="ReaperWwiseTransferBinaryBundles.Windows" export-path="${BUILDS_LOCATION}\ReaperWwiseTransfer\${VERSION}\${WWISE_VERSION}.${REAPER_WWISE_TRANSFER_VERSION}\Bundles" zip:archive-name="ReaperWwiseTransfer_${VERSION}_Build${BUILD_NUMBER}_Windows"> 17 <includegroup>BinaryBundlesWindows</includegroup> 18 </task> 19 <task name="ReaperWwiseTransferBinaryBundles.Mac" export-path="${BUILDS_LOCATION}/ReaperWwiseTransfer/${VERSION}/${WWISE_VERSION}.${REAPER_WWISE_TRANSFER_VERSION}/Bundles" zip:archive-name="ReaperWwiseTransfer_${VERSION}_Build${BUILD_NUMBER}_MacOS"> 20 <includegroup>BinaryBundlesMac</includegroup> 21 </task> 22 </tasks> 23 24 <groups> 25 <group name="Binary"> 26 <path source="." > 27 <include value="*" /> 28 </path> 29 </group> 30 <group name="BinaryBundlesWindows"> 31 <path source="."> 32 <include value="*.dll" /> 33 </path> 34 </group> 35 <group name="BinaryBundlesMac"> 36 <path source="."> 37 <include value="*.dylib" /> 38 </path> 39 </group> 40 </groups> 41 </distribute>