mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
parent
3525c3f897
commit
8e9396c65c
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import "text/template"
|
|||
// http://s.sudre.free.fr/Stuff/Ivanhoe/FLAT.html
|
||||
var macosPackageInfoTemplate = template.Must(template.New("").Option("missingkey=error").Parse(
|
||||
`<pkg-info format-version="2" identifier="{{.Identifier}}.base.pkg" version="{{.Version}}" install-location="/" auth="root">
|
||||
<payload/>
|
||||
<scripts>
|
||||
<postinstall file="./postinstall"/>
|
||||
</scripts>
|
||||
|
|
|
|||
Loading…
Reference in a new issue