mirror of
https://github.com/google/santa.git
synced 2026-01-14 08:47:57 -05:00
17 lines
403 B
XML
17 lines
403 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<installer-gui-script minSpecVersion="1">
|
|
<title>Santa</title>
|
|
<options customize="never" allow-external-scripts="no" hostArchitectures="x86_64,arm64" />
|
|
|
|
<choices-outline>
|
|
<line choice="default" />
|
|
</choices-outline>
|
|
|
|
<choice id="default">
|
|
<pkg-ref id="com.google.santa"/>
|
|
</choice>
|
|
|
|
<pkg-ref id="com.google.santa">app.pkg</pkg-ref>
|
|
|
|
</installer-gui-script>
|