hugo/.goxc.json

7 lines
258 B
JSON
Raw Normal View History

2015-05-25 21:47:41 -04:00
{
2015-12-08 16:42:12 -05:00
"ArtifactsDest": "GoBuilds/",
2015-05-25 21:47:41 -04:00
"OutPath": "{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}",
2015-12-08 16:42:12 -05:00
"BuildConstraints": "linux windows darwin freebsd netbsd openbsd dragonfly",
2015-05-25 21:47:41 -04:00
"ConfigVersion": "0.9"
}