diff --git a/.goxc.json b/.goxc.json index 4de0783d1..10f19d226 100644 --- a/.goxc.json +++ b/.goxc.json @@ -1,6 +1,6 @@ { - "ArtifactsDest": "$HOME/Code/GoBuilds/", + "ArtifactsDest": "GoBuilds/", "OutPath": "{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}", - "BuildConstraints": "linux windows darwin freebsd netbsd", + "BuildConstraints": "linux windows darwin freebsd netbsd openbsd dragonfly", "ConfigVersion": "0.9" }