-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdistribution.xml
More file actions
21 lines (20 loc) · 1 KB
/
distribution.xml
File metadata and controls
21 lines (20 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
<title>Gen3 Client</title>
<background file="gen3_scaled.png" alignment="bottomleft" mime-type="image/png" scaling="proportional" />
<background-darkAqua file="gen3_scaled_darkmode.png" alignment="bottomleft" mime-type="image/png" scaling="proportional" />
<welcome file="Welcome.html" mime-type="text/html"/>
<conclusion file="Conclusion.html" mime-type="text/html"/>
<pkg-ref id="org.uc-cdis.gen3-client"/>
<options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
<choices-outline>
<line choice="default">
<line choice="org.uc-cdis.gen3-client"/>
</line>
</choices-outline>
<choice id="default"/>
<choice id="org.uc-cdis.gen3-client" visible="false">
<pkg-ref id="org.uc-cdis.gen3-client"/>
</choice>
<pkg-ref id="org.uc-cdis.gen3-client" version="1.0.0" onConclusion="none">installer.pkg</pkg-ref>
</installer-gui-script>