Skip to content

Commit

Permalink
Replace beat binary in Elastic DMG distribution (#9884) (#9890)
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 #9883

(cherry picked from commit b9c9077)
  • Loading branch information
adriansr authored Jan 4, 2019
1 parent 33e0227 commit 8a42980
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 8a42980

Please sign in to comment.