-
Notifications
You must be signed in to change notification settings - Fork 238
/
Copy pathdistribution.xml
24 lines (24 loc) · 977 Bytes
/
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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
<title>Pritunl</title>
<organization>com.pritunl</organization>
<domains enable_localSystem="true"/>
<options customize="never" require-scripts="true" rootVolumeOnly="true"/>
<options customize="always" hostArchitectures="x86_64,arm64"/>
<background file="diagram.tiff" alignment="bottomleft" scaling="none"/>
<welcome file="welcome.html" mime-type="text/html"/>
<license file="license.txt"/>
<pkg-ref id="com.pritunl.pkg.Pritunl" version="0.1.0"
auth="root">Build.pkg</pkg-ref>
<choices-outline>
<line choice="com.pritunl.pkg.Pritunl"/>
</choices-outline>
<choice
id="com.pritunl.pkg.Pritunl"
visible="true"
title="Pritunl Client"
description="Pritunl OpenVPN Client"
start_selected="true">
<pkg-ref id="com.pritunl.pkg.Pritunl"/>
</choice>
</installer-gui-script>