mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
|
||
|
|
<options hostArchitectures="x86_64,arm64"/>
|
||
|
|
<!--+==========================+
|
||
|
|
| Presentation |
|
||
|
|
+==========================+-->
|
||
|
|
<title>DISTRIBUTION_TITLE</title>
|
||
|
|
<background file="background" uti="public.png" scaling="proportional" alignment="bottomleft"/>
|
||
|
|
<background-darkAqua file="background" uti="public.png" scaling="proportional" alignment="bottomleft"/>
|
||
|
|
<!--+==========================+
|
||
|
|
| Installer |
|
||
|
|
+==========================+-->
|
||
|
|
<choices-outline>
|
||
|
|
<line choice="installer_choice_1"/>
|
||
|
|
</choices-outline>
|
||
|
|
<choice id="installer_choice_1" title="Privileges" description="">
|
||
|
|
<pkg-ref id="corp.sap.privileges.pkg"/>
|
||
|
|
</choice>
|
||
|
|
<!--+==========================+
|
||
|
|
| Package References |
|
||
|
|
+==========================+-->
|
||
|
|
<pkg-ref id="corp.sap.privileges.pkg" version="2.4.0" auth="Root" installKBytes="3905">#Privileges.pkg</pkg-ref>
|
||
|
|
</installer-gui-script>
|