diff --git a/v2/internal/templates/templates/vanilla/frontend/index.html b/v2/internal/templates/templates/vanilla/frontend/src/index.html similarity index 100% rename from v2/internal/templates/templates/vanilla/frontend/index.html rename to v2/internal/templates/templates/vanilla/frontend/src/index.html diff --git a/v2/internal/templates/templates/vanilla/frontend/main.css b/v2/internal/templates/templates/vanilla/frontend/src/main.css similarity index 100% rename from v2/internal/templates/templates/vanilla/frontend/main.css rename to v2/internal/templates/templates/vanilla/frontend/src/main.css diff --git a/v2/internal/templates/templates/vanilla/frontend/main.js b/v2/internal/templates/templates/vanilla/frontend/src/main.js similarity index 100% rename from v2/internal/templates/templates/vanilla/frontend/main.js rename to v2/internal/templates/templates/vanilla/frontend/src/main.js diff --git a/v2/internal/templates/templates/vanilla/wails.tmpl.json b/v2/internal/templates/templates/vanilla/wails.tmpl.json index 1cf6df05..b8e6e7d9 100644 --- a/v2/internal/templates/templates/vanilla/wails.tmpl.json +++ b/v2/internal/templates/templates/vanilla/wails.tmpl.json @@ -1,7 +1,7 @@ { "name": "{{.ProjectName}}", "outputfilename": "{{.BinaryName}}", - "html": "frontend/index.html", + "html": "frontend/src/index.html", "author": { "name": "{{.AuthorName}}", "email": "{{.AuthorEmail}}"