diff --git a/.goxc.json b/.goxc.json new file mode 100644 index 000000000..4de0783d1 --- /dev/null +++ b/.goxc.json @@ -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" +}