mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
#23213 Use PackageInfo.xml if Distribution.xml does not exist in uploaded macOS PKG. This means we now support script-only packages: <div> <a href="https://www.loom.com/share/fb2f9fe93cb64f3aa1221f974ca0eb3a"> <p>[Demo] Install script-only macOS package on Fleet (#23213) - Watch Video</p> </a> <a href="https://www.loom.com/share/fb2f9fe93cb64f3aa1221f974ca0eb3a"> <img style="max-width:300px;" src="https://cdn.loom.com/sessions/thumbnails/fb2f9fe93cb64f3aa1221f974ca0eb3a-4b035241497a6c22-full-play.gif"> </a> </div> # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
6 lines
333 B
XML
6 lines
333 B
XML
<pkg-info format-version="2" identifier="com.mygreatcompany.pkg.HelloWorld" version="1.2.3" relocatable="false" overwrite-permissions="false" followSymLinks="false" install-location="/" auth="root">
|
|
<payload installKBytes="0" numberOfFiles="1"/>
|
|
<scripts>
|
|
<preinstall file="./preinstall"/>
|
|
</scripts>
|
|
</pkg-info>
|