mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"ArtifactsDest": "target",
|
|
"TasksExclude": [
|
|
"pkg-build"
|
|
],
|
|
"Arch": "amd64",
|
|
"Os": "darwin freebsd linux windows",
|
|
"ResourcesInclude": "README*,LICENSE*,CHANGELOG*,inbucket.bat,etc,themes",
|
|
"PackageVersion": "1.1.0",
|
|
"ConfigVersion": "0.9",
|
|
"BuildSettings": {
|
|
"LdFlagsXVars": {
|
|
"TimeNow": "main.BUILDDATE",
|
|
"Version": "main.VERSION"
|
|
}
|
|
}
|
|
}
|