adding goxc config file

This commit is contained in:
spf13 2015-05-25 21:47:41 -04:00
parent d4de261508
commit cd06e89be3

6
.goxc.json Normal file
View file

@ -0,0 +1,6 @@
{
"ArtifactsDest": "$HOME/Code/GoBuilds/",
"OutPath": "{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}",
"BuildConstraints": "linux windows darwin freebsd netbsd",
"ConfigVersion": "0.9"
}