Skip to content

Commit

Permalink
Customize install process
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Dec 29, 2024
1 parent 4c506c4 commit c7f791c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ brews:
homepage: https://github.com/sachaos/todoist
description: Todoist CLI client
skip_upload: auto
install: |
bin.install "todoist"
zsh_completion.install "todoist_functions.sh" => "_todoist_peco"
zsh_completion.install "todoist_functions_fzf.sh" => "_todoist_fzf"

0 comments on commit c7f791c

Please sign in to comment.