Fix #1004: Wrong binary path in distro (#1005)

This commit is contained in:
Andrew Malchuk 2025-01-18 13:32:54 +04:00 committed by GitHub
parent 72a81ca84a
commit 3ddad55372
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,5 @@
version: 2
project_name: tart
before:
@ -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

View File

@ -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 {