Refactor vanilla template to work with wails dev out of the box

This commit is contained in:
Lea Anthony
2021-04-18 07:25:02 +10:00
parent 5fc89c4cad
commit c1d63aff34
4 changed files with 1 additions and 1 deletions
@@ -1,7 +1,7 @@
{
"name": "{{.ProjectName}}",
"outputfilename": "{{.BinaryName}}",
"html": "frontend/index.html",
"html": "frontend/src/index.html",
"author": {
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"