Skip to content

Commit

Permalink
Replace beat binary in Elastic DMG distribution (elastic#9884)
Browse files Browse the repository at this point in the history
The oss binary was used for the Elastic-licensed DMG. This
replaces it with the binary from x-pack folder.

Fixes elastic#9883
  • Loading branch information
adriansr authored Jan 4, 2019
1 parent 5b1e4cd commit b9c9077
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-tools/packaging/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,10 @@ specs:
spec:
<<: *macos_beat_pkg_spec
<<: *elastic_license_for_macos_pkg
files:
/Library/Application Support/{{.BeatVendor}}/{{.BeatName}}/bin/{{.BeatName}}{{.BinaryExt}}:
mode: 0755
source: ../x-pack/{{.BeatName}}/build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}

- os: linux
types: [tgz]
Expand Down

0 comments on commit b9c9077

Please sign in to comment.