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