mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
Update goreleaser config for #86
- Remove inbucket.bat, with new env defaults Windows does not need a script to launch.
This commit is contained in:
@@ -20,7 +20,7 @@ builds:
|
||||
- amd64
|
||||
goarm:
|
||||
- "6"
|
||||
main: .
|
||||
main: ./cmd/inbucket
|
||||
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
|
||||
- binary: client
|
||||
goos:
|
||||
@@ -46,9 +46,8 @@ archive:
|
||||
- LICENSE*
|
||||
- README*
|
||||
- CHANGELOG*
|
||||
- inbucket.bat
|
||||
- etc/**/*
|
||||
- themes/**/*
|
||||
- ui/**/*
|
||||
fpm:
|
||||
bindir: /usr/local/bin
|
||||
snapshot:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
inbucket.exe etc\win-sample.conf
|
||||
Reference in New Issue
Block a user