Path: blob/main/package/scripts/macos/distribution.xml
6451 views
<?xml version="1.0" encoding="utf-8" standalone="no"?>1<installer-script minSpecVersion="1.000000">2<title>Quarto</title>3<!--4<background mime-type="image/png" file="banner.png" scaling="proportional" />5<background-darkAqua mime-type="image/png" file="banner.png" scaling="proportional" />6<welcome file="welcome.html" mime-type="text/html" />7<conclusion file="conclusion.html" mime-type="text/html" />8<license file="LICENSE.txt" />9-->10<options hostArchitectures="arm64,x86_64" />11<options customize="never" allow-external-scripts="no" />12<domains enable_currentUserHome="true" enable_localSystem="true" />13<choices-outline>14<line choice="Quarto" />15</choices-outline>16<choice id="Quarto" title="Quarto">17<pkg-ref id="quarto-core.pkg" />18</choice>19<pkg-ref id="quarto-core.pkg" auth="none">$PATH$</pkg-ref>20</installer-script>2122