Skip to content

Commit

Permalink
Also fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Dec 24, 2024
1 parent 59ed656 commit d4ce1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fyne/internal/commands/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ func createMetadataInitFile(srcdir string, app *appData) (func(), error) {
if app.icon != "" {
res, err := fyne.LoadResourceFromPath(app.icon)
if err != nil {
fyne.LogError("Unable to load medadata icon file "+app.icon, err)
fyne.LogError("Unable to load metadata icon file "+app.icon, err)
return func() { os.Remove(metadataInitFilePath) }, err
}

Expand Down

0 comments on commit d4ce1f5

Please sign in to comment.