mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
Merge branch 'v0.13.0-pre' of github.com:wailsapp/wails into v0.13.0-pre
This commit is contained in:
commit
c6bfa85a1a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue