wails-template-vue/wails.tmpl.json
2021-09-08 18:40:29 +08:00

10 lines
185 B
JSON

{
"name": "{{.ProjectName}}",
"outputfilename": "{{.BinaryName}}",
"assetdir": "frontend/dist",
"author": {
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"
}
}