mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 01:57:02 +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
|
- amd64
|
||||||
goarm:
|
goarm:
|
||||||
- "6"
|
- "6"
|
||||||
main: .
|
main: ./cmd/inbucket
|
||||||
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
|
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
|
||||||
- binary: client
|
- binary: client
|
||||||
goos:
|
goos:
|
||||||
@@ -46,9 +46,8 @@ archive:
|
|||||||
- LICENSE*
|
- LICENSE*
|
||||||
- README*
|
- README*
|
||||||
- CHANGELOG*
|
- CHANGELOG*
|
||||||
- inbucket.bat
|
|
||||||
- etc/**/*
|
- etc/**/*
|
||||||
- themes/**/*
|
- ui/**/*
|
||||||
fpm:
|
fpm:
|
||||||
bindir: /usr/local/bin
|
bindir: /usr/local/bin
|
||||||
snapshot:
|
snapshot:
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
inbucket.exe etc\win-sample.conf
|
|
||||||
Reference in New Issue
Block a user