Skip to content

Commit 56d7047

Browse files
committed
Fix scoop
1 parent 534db65 commit 56d7047

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ archives:
5353
# use zip for windows archives
5454
format_overrides:
5555
- goos: windows
56-
format: zip
56+
formats: [ 'zip' ]
5757
files:
5858
- README.md
5959
- LICENSE
@@ -89,6 +89,7 @@ scoops:
8989
name: scoop-bucket
9090
homepage: https://github.com/hilli/go-kef-w2
9191
description: Command for handling KEF W2 platform speakers (LSX Wireless II (LT)/LS50 Wireless II/LS60 Wireless)
92+
directory: bucket
9293
license: MIT
9394
post_install:
9495
- Write-Host 'Running postinstall command'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ scoop install git
4242
# Add repo for kefw2
4343
scoop bucket add hilli https://github.com/hilli/scoop-bucket.git
4444
# Install kefw2
45-
scoop install hilli/kefw2
45+
scoop install hilli/go-kef-w2
4646
```
4747

4848
Note that speaker discovery might not work in Windows.

0 commit comments

Comments
 (0)