1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 01:57:02 +00:00
Files
go-inbucket/.goxc.json
James Hillyerd b7e1dbb418 goxc changes
Reorganize stuff in bin dir to other places, or delete it
Only build amd64 binaries to reduce bintray space usage
2013-10-13 20:32:59 -07:00

14 lines
260 B
JSON

{
"TasksExclude": [
"pkg-build"
],
"Arch": "amd64",
"Os": "darwin freebsd linux windows",
"Resources": {
"Include": "README*,LICENSE*,inbucket.bat,etc,themes"
},
"PackageVersion": "20131013",
"PrereleaseInfo": "snapshot",
"FormatVersion": "0.8"
}