1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-03-08 09:05:55 +00:00

Added goxc config for cross compile builds

https://github.com/laher/goxc
This commit is contained in:
James Hillyerd
2013-09-17 11:00:37 -07:00
parent 2e78e4e6f7
commit d9b728ef46
2 changed files with 16 additions and 0 deletions

12
.goxc.json Normal file
View File

@@ -0,0 +1,12 @@
{
"TasksExclude": [
"pkg-build"
],
"Os": "darwin freebsd linux windows",
"Resources": {
"Include": "README*,LICENSE*,bin,etc,themes"
},
"PackageVersion": "0.1",
"PrereleaseInfo": "snapshot",
"FormatVersion": "0.8"
}