Skip to content

Commit

Permalink
Fix scoop
Browse files Browse the repository at this point in the history
  • Loading branch information
hilli committed Feb 9, 2025
1 parent 534db65 commit 56d7047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ archives:
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
formats: [ 'zip' ]
files:
- README.md
- LICENSE
Expand Down Expand Up @@ -89,6 +89,7 @@ scoops:
name: scoop-bucket
homepage: https://github.com/hilli/go-kef-w2
description: Command for handling KEF W2 platform speakers (LSX Wireless II (LT)/LS50 Wireless II/LS60 Wireless)
directory: bucket
license: MIT
post_install:
- Write-Host 'Running postinstall command'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ scoop install git
# Add repo for kefw2
scoop bucket add hilli https://github.com/hilli/scoop-bucket.git
# Install kefw2
scoop install hilli/kefw2
scoop install hilli/go-kef-w2
```

Note that speaker discovery might not work in Windows.
Expand Down

0 comments on commit 56d7047

Please sign in to comment.