mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Fix internal template generation
This commit is contained in:
parent
59a8ecc5b2
commit
60d13880d8
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ func getInternalTemplate(templateName string) (*Template, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
template.source = sourceInternal
|
||||
return &template, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue