mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
adding goxc config file
This commit is contained in:
parent
d4de261508
commit
cd06e89be3
1 changed files with 6 additions and 0 deletions
6
.goxc.json
Normal file
6
.goxc.json
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue