mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 10:50:53 -07:00
Merge branch 'v0.13.0-pre' of github.com:wailsapp/wails into v0.13.0-pre
This commit is contained in:
@@ -107,6 +107,7 @@ func (t *TemplateHelper) InstallTemplate(projectPath string, projectOptions *Pro
|
||||
templateJSONFilename := filepath.Join(templatePath, "template.json")
|
||||
|
||||
templateFiles := templateFilenames.Filter(func(filename string) bool {
|
||||
filename = filepath.FromSlash(filename)
|
||||
return strings.HasPrefix(filename, templatePath) && filename != templateJSONFilename
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user