Skip to content

Commit

Permalink
Fix #1004: Wrong binary path in distro (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalchuk authored Jan 18, 2025
1 parent 72a81ca commit 3ddad55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

project_name: tart

before:
Expand All @@ -20,7 +22,8 @@ builds:
path: '.build/{{- if eq .Arch "arm64" }}arm64{{- else }}x86_64{{ end }}-apple-macosx/release/tart'

universal_binaries:
- replace: true
- name_template: tart.app/Contents/MacOS/tart
replace: true
hooks:
post: gon gon.hcl

Expand Down
2 changes: 1 addition & 1 deletion gon.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source = [ "dist/tart_darwin_all/tart" ]
source = [ "dist/tart_darwin_all/tart.app/Contents/MacOS/tart" ]
bundle_id = "com.github.cirruslabs.tart"

apple_id {
Expand Down

0 comments on commit 3ddad55

Please sign in to comment.