mirror of
https://github.com/google/santa.git
synced 2026-01-14 08:47:57 -05:00
This is largely a copy of what we've been using so far but with previously hardcoded stuff replaced with environment variables.
19 lines
558 B
XML
19 lines
558 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<installer-gui-script minSpecVersion="1">
|
|
<title>Santa</title>
|
|
<options customize="never" allow-external-scripts="no"/>
|
|
|
|
<choices-outline>
|
|
<line choice="default" />
|
|
</choices-outline>
|
|
|
|
<choice id="default">
|
|
<pkg-ref id="com.google.santa"/>
|
|
<pkg-ref id="com.google.santa-driver"/>
|
|
</choice>
|
|
|
|
<pkg-ref id="com.google.santa">app.pkg</pkg-ref>
|
|
<pkg-ref id="com.google.santa-driver" active="system.compareVersions(my.target.systemVersion.ProductVersion, '10.15') < 0">kext.pkg</pkg-ref>
|
|
|
|
</installer-gui-script>
|