mirror of https://github.com/cirruslabs/tart.git
lowercase tart.app
This commit is contained in:
parent
d32a1b42e2
commit
d497053145
|
|
@ -84,7 +84,6 @@ task:
|
|||
- .ci/set-version.sh
|
||||
- swift build -c debug --product tart
|
||||
- gon gon.hcl
|
||||
- cp .build/arm64-apple-macosx/debug/tart .build/arm64-apple-macosx/debug/Tart
|
||||
release_script: goreleaser
|
||||
upload_sentry_debug_files_script:
|
||||
- cd .build/arm64-apple-macosx/debug/
|
||||
|
|
|
|||
|
|
@ -13,10 +13,10 @@ archives:
|
|||
- name_template: "{{ .ProjectName }}"
|
||||
files:
|
||||
- src: Resources/embedded.provisionprofile
|
||||
dst: Tart.app/Contents
|
||||
dst: tart.app/Contents
|
||||
strip_parent: true
|
||||
- src: ".build/arm64-apple-macosx/debug/Tart"
|
||||
dst: Tart.app/Contents/MacOS
|
||||
- src: ".build/arm64-apple-macosx/debug/tart"
|
||||
dst: tart.app/Contents/MacOS
|
||||
strip_parent: true
|
||||
|
||||
release:
|
||||
|
|
@ -36,7 +36,7 @@ brews:
|
|||
- "cirruslabs/cli/softnet"
|
||||
install: |
|
||||
libexec.install Dir["*"]
|
||||
bin.write_exec_script "#{libexec}/Tart.app/Contents/MacOS/tart"
|
||||
bin.write_exec_script "#{libexec}/tart.app/Contents/MacOS/tart"
|
||||
custom_block: |
|
||||
depends_on :macos => :monterey
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue