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:
53
53
# use zip for windows archives
54
54
format_overrides :
55
55
- goos : windows
56
- format : zip
56
+ formats : [ ' zip' ]
57
57
files :
58
58
- README.md
59
59
- LICENSE
@@ -89,6 +89,7 @@ scoops:
89
89
name : scoop-bucket
90
90
homepage : https://github.com/hilli/go-kef-w2
91
91
description : Command for handling KEF W2 platform speakers (LSX Wireless II (LT)/LS50 Wireless II/LS60 Wireless)
92
+ directory : bucket
92
93
license : MIT
93
94
post_install :
94
95
- Write-Host 'Running postinstall command'
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ scoop install git
42
42
# Add repo for kefw2
43
43
scoop bucket add hilli https://github.com/hilli/scoop-bucket.git
44
44
# Install kefw2
45
- scoop install hilli/kefw2
45
+ scoop install hilli/go-kef-w2
46
46
```
47
47
48
48
Note that speaker discovery might not work in Windows.
You can’t perform that action at this time.
0 commit comments