-
Notifications
You must be signed in to change notification settings - Fork 0
/
Distribution.xml
60 lines (56 loc) · 1.94 KB
/
Distribution.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
<pkg-ref id="pl.unstabler.ulalaca.sessionprojector"/>
<pkg-ref id="pl.unstabler.ulalaca.sessionbroker"/>
<title>麗 -Ulalaca-</title>
<welcome file="readme.txt" uti="TEXT" />
<readme file="readme.txt" uti="TEXT" />
<license file="license.txt" uti="TEXT" />
<options
customize="never"
rootVolumeOnly="true"
require-scripts="true"
hostArchitectures="x86_64,arm64"
/>
<choices-outline>
<line choice="default">
<line choice="pl.unstabler.ulalaca.sessionprojector"/>
<line choice="pl.unstabler.ulalaca.sessionprojector.launcher"/>
<line choice="pl.unstabler.ulalaca.sessionbroker"/>
</line>
</choices-outline>
<choice id="default"/>
<choice id="pl.unstabler.ulalaca.sessionprojector" visible="false" title="sessionprojector">
<pkg-ref id="pl.unstabler.ulalaca.sessionprojector"/>
</choice>
<choice id="pl.unstabler.ulalaca.sessionprojector.launcher" visible="false" title="sessionprojector-launcher">
<pkg-ref id="pl.unstabler.ulalaca.sessionprojector.launcher"/>
</choice>
<choice id="pl.unstabler.ulalaca.sessionbroker" visible="false" title="sessionbroker">
<pkg-ref id="pl.unstabler.ulalaca.sessionbroker"/>
</choice>
<pkg-ref
id="pl.unstabler.ulalaca.sessionprojector"
auth="root"
version="1.0.0"
onConclusion="none"
>
sessionprojector.pkg
</pkg-ref>
<pkg-ref
id="pl.unstabler.ulalaca.sessionprojector.launcher"
auth="root"
version="1.0.0"
onConclusion="none"
>
sessionprojector-launcher.pkg
</pkg-ref>
<pkg-ref
id="pl.unstabler.ulalaca.sessionbroker"
auth="root"
version="1.0.0"
onConclusion="none"
>
sessionbroker.pkg
</pkg-ref>
</installer-gui-script>