Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ homebrew_casks:
bash: completions/flow.bash
zsh: completions/flow.zsh
fish: completions/flow.fish
dependencies:
- cask: xclip # Required for clipboard support, only linux, so I need to figure out to get this to skip macOS
# dependencies:
# - cask: xclip # Required for clipboard support, only linux, so I need to figure out to get this to skip macOS
hooks:
post:
install: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ get_latest_version() {
curl -s "https://api.github.com/repos/$OWNER/$NAME/releases/latest" | grep -o '"tag_name": ".*"' | sed 's/"tag_name": "//;s/"//'
}

OWNER="jahvon"
OWNER="flowexec"
NAME="flow"
BINARY="flow"

Expand Down
Loading