diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b4ceef2..676d4da 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -53,7 +53,7 @@ archives: # use zip for windows archives format_overrides: - goos: windows - format: zip + formats: [ 'zip' ] files: - README.md - LICENSE @@ -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' diff --git a/README.md b/README.md index f667d76..2ff4acc 100644 --- a/README.md +++ b/README.md @@ -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.