Files
fx_cast/bridge/packaging/mac/distribution.xml
2023-02-26 18:28:42 +00:00

18 lines
674 B
XML

<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
<title>{{applicationName}}</title>
<domains enable_anywhere="false" enable_currentUserHome="true" enable_localSystem="true" />
<pkg-ref id="{{packageId}}"/>
<options customize="never" require-scripts="false"/>
<choices-outline>
<line choice="default">
<line choice="{{packageId}}"/>
</line>
</choices-outline>
<choice id="default"/>
<choice id="{{packageId}}" visible="false">
<pkg-ref id="{{packageId}}"/>
</choice>
<pkg-ref id="{{packageId}}" onConclusion="none">{{componentName}}</pkg-ref>
</installer-gui-script>