Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
release 0.1.136
Browse files Browse the repository at this point in the history
  • Loading branch information
dimabru committed Apr 29, 2021
1 parent e08802e commit 1c36ce2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ builds:
main: ./main.go
flags:
- -tags={{.Env.DATREE_DEPLOYMENT}}
hooks:
post: gon gon.hcl
archives:
- replacements:
darwin: Darwin
Expand Down
10 changes: 10 additions & 0 deletions gon.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source = ["./dist/datree-macos_darwin_amd64/datree"]
bundle_id = "io.datree"

sign {
application_identity = "Developer ID Application: Datree Group Inc"
}

zip {
output_path = "./dist/datree-macos.zip"
}

0 comments on commit 1c36ce2

Please sign in to comment.