File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ scoop install git
4242# Add repo for kefw2
4343scoop 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
4848Note that speaker discovery might not work in Windows.
You can’t perform that action at this time.
0 commit comments