github.com/secoba/wails/v2@v2.6.4/pkg/templates/generate/plain/wails.tmpl.json (about) 1 { 2 "$schema": "https://wails.io/schemas/config.v2.json", 3 "name": "{{.ProjectName}}", 4 "outputfilename": "{{.BinaryName}}", 5 "wailsjsdir": "./frontend", 6 "author": { 7 "name": "{{.AuthorName}}", 8 "email": "{{.AuthorEmail}}" 9 } 10 }