Goreleaser: format default zip, override to binary

This is the wrong way round, it should default to binary as that's what
most of the OS's are and just set the zip override for `darwin`.

Watch this issue for updates:
https://github.com/goreleaser/goreleaser/issues/720
pull/114/head
Thomas Buckley-Houston 2018-07-11 12:02:17 +08:00
rodzic 3cc5485c2f
commit b8d031e498
2 zmienionych plików z 11 dodań i 8 usunięć

2
.gitignore vendored
Wyświetl plik

@ -10,4 +10,4 @@ interfacer/browsh
webextension.go
webext/node_modules
webext/dist/*
dist

Wyświetl plik

@ -15,13 +15,19 @@ builds:
post: ../contrib/upx_compress_binary.sh
archive:
format: binary
format_overrides:
- goos: windows
format: binary
- goos: linux
format: binary
- goos: freebsd
format: binary
nfpm:
vendor: Browsh
homepage: https://brow.sh
homepage: https://www.brow.sh
maintainer: Thomas Buckley-Houston <tom@tombh.co.uk>
description: A fully interactive, realtime and modern browser rendered to TTY
description: The modern, text-based browser
license: GPL v3
formats:
- deb
@ -30,13 +36,10 @@ nfpm:
dependencies:
- firefox
release:
disable: true
brew:
name: browsh
# Reporitory to push the tap to.
# Repository to push the tap to.
github:
owner: browsh-org
name: homebrew-browsh