wails-pure-js-template/wails.tmpl.json

11 lines
204 B
JSON
Raw Permalink Normal View History

2022-08-25 18:41:02 +00:00
{
"name": "{{.ProjectName}}",
"outputfilename": "{{.BinaryName}}",
"frontend:install": "",
"frontend:build": "",
"author": {
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"
}
}